Html Css Color HEX #0C0A08 Black

📋 copy color: '#0C0A08'

red 12 ◦ green 10 ◦ blue 8

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

Shades of Black #0C0A08

Tints of Black #0C0A08

RGB

 RED value IS 12 (5.08% from 255) = 40%

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

 BLUE value IS 8 (3.52% from 255) = 26.67%

R = 40%
G = 33.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.95

RGB Variations

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

Color information

#0C0A08 (or 0x0C0A08) is known color: Black. HEX triplet: 0C, 0A and 08. RGB value is (12,10,8). Sum of RGB (Red+Green+Blue) = 12+10+8=30 (3% of max value = 765). Red value is 12 (5.08% from 255 or 40% from 30); Green value is 10 (4.30% from 255 or 33.33% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0A08 is #F3F5F7. Grayscale: #0A0A0A. Windows color (decimal): -15988216 or 526860. OLE color: 526860.

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

Color convert

RGB 12 10 8 -
CMYK 0 0.17 0.33 0.95
HSL 30º 0.2% 0.04% -
HSV(B) 30º 0.33% 0.05% -
XYZ 0.3 0.31 0.27 -
YUV 10.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 12 10 8 0 0.17 0.33 0.95 30 0.2 0.04
Hex C A 8 0 11 21 5F 1E 14 4
Octal 14 12 10 0 21 41 137 36 24 4
Binary 1100 1010 1000 0 10001 100001 1011111 11110 10100 100

Color Harmonies of #0C0A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0A08

Black with #0C0A08

Text Example


Text Example

White with #0C0A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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