Html Css Color HEX #0A0A0A Black

📋 copy color: '#0A0A0A'

red 10 ◦ green 10 ◦ blue 10

#0A0A0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #0A0A0A

Tints of Black #0A0A0A

RGB

 RED value IS 10 (4.3% from 255) = 33.33%

 GREEN value IS 10 (4.3% from 255) = 33.33%

 BLUE value IS 10 (4.3% from 255) = 33.33%

R = 33.33%
G = 33.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0

 K value IS 0.96

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0A0A0A (or 0x0A0A0A) is known color: Black. HEX triplet: 0A, 0A and 0A. RGB value is (10,10,10). Sum of RGB (Red+Green+Blue) = 10+10+10=30 (3% of max value = 765). Red value is 10 (4.30% from 255 or 33.33% from 30); Green value is 10 (4.30% from 255 or 33.33% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 10 - color contains mainly: red, green, blue. Hex color #0A0A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0A0A is #F5F5F5. Grayscale: #090909. Windows color (decimal): -16119286 or 657930. OLE color: 657930.

HSL color Cylindrical-coordinate representation of color #0A0A0A: hue angle of 0º degrees, saturation: 0, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0%. Process color model (Four color, CMYK) of #0A0A0A is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 10 10 10 -
CMYK 0 0 0 0.96
HSL 0% 0.04% -
HSV(B) 0% 0.04% -
XYZ 0.29 0.3 0.33 -
YUV 10 128 128 -
System Red Green Blue C M Y K H S L
Decimal 10 10 10 0 0 0 0.96 0 0 0.04
Hex A A A 0 0 0 60 0 0 4
Octal 12 12 12 0 0 0 140 0 0 4
Binary 1010 1010 1010 0 0 0 1100000 0 0 100

Color Harmonies of #0A0A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0A0A

Black with #0A0A0A

Text Example


Text Example

White with #0A0A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A0A0A; }

 p { color: rgb(10,10,10); }

 H1.HeaderClassName
 {
   color: #0A0A0A;
 }
 .AnyTagClassName
 {
   color: #0A0A0A;
 }
</style>

background-color css

<style>
 a { background-color: #0A0A0A; }

 a { background-color: rgb(10,10,10); }

 div.DivClassName
 {
   background-color: #0A0A0A;
 }
 .BgClassName
 {
   background-color: #0A0A0A;
 }
</style>

border-color css

<style>
 span { border-color: #0A0A0A; }

 span { border-color: rgb(10,10,10); }

 td.TdClassName
 {
   border-color: #0A0A0A;
 }
 .TagClassName
 {
   border-color: #0A0A0A;
 }
</style>