Html Css Color HEX #0C0908 Black

📋 copy color: '#0C0908'

red 12 ◦ green 9 ◦ blue 8

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

Shades of Black #0C0908

Tints of Black #0C0908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 31.03%

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

R = 41.38%
G = 31.03%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.95

RGB Variations

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

Color information

#0C0908 (or 0x0C0908) is known color: Black. HEX triplet: 0C, 09 and 08. RGB value is (12,9,8). Sum of RGB (Red+Green+Blue) = 12+9+8=29 (3% of max value = 765). Red value is 12 (5.08% from 255 or 41.38% from 29); Green value is 9 (3.91% from 255 or 31.03% from 29); Blue value is 8 (3.52% from 255 or 27.59% from 29); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0908 is #F3F6F7. Grayscale: #090909. Windows color (decimal): -15988472 or 526604. OLE color: 526604.

HSL color Cylindrical-coordinate representation of color #0C0908: hue angle of 15º 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 #0C0908 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 9 8 -
CMYK 0 0.25 0.33 0.95
HSL 15º 0.2% 0.04% -
HSV(B) 15º 0.33% 0.05% -
XYZ 0.29 0.29 0.27 -
YUV 9.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 12 9 8 0 0.25 0.33 0.95 15 0.2 0.04
Hex C 9 8 0 19 21 5F F 14 4
Octal 14 11 10 0 31 41 137 17 24 4
Binary 1100 1001 1000 0 11001 100001 1011111 1111 10100 100

Color Harmonies of #0C0908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0908

Black with #0C0908

Text Example


Text Example

White with #0C0908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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