Html Css Color HEX #0C0C08 Maire

📋 copy color: '#0C0C08'

red 12 ◦ green 12 ◦ blue 8

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

Shades of Maire #0C0C08

Tints of Maire #0C0C08

RGB

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

 GREEN value IS 12 (5.08% from 255) = 37.5%

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

R = 37.5%
G = 37.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.95

RGB Variations

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

Color information

#0C0C08 (or 0x0C0C08) is known color: Maire. HEX triplet: 0C, 0C and 08. RGB value is (12,12,8). Sum of RGB (Red+Green+Blue) = 12+12+8=32 (4% of max value = 765). Red value is 12 (5.08% from 255 or 37.5% from 32); Green value is 12 (5.08% from 255 or 37.5% from 32); Blue value is 8 (3.52% from 255 or 25% from 32); Max value from RGB is 12 - color contains mainly: red, green. Hex color #0C0C08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0C08 is #F3F3F7. Grayscale: #0B0B0B. Windows color (decimal): -15987704 or 527372. OLE color: 527372.

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

Color convert

RGB 12 12 8 -
CMYK 0 0 0.33 0.95
HSL 60º 0.2% 0.04% -
HSV(B) 60º 0.33% 0.05% -
XYZ 0.33 0.36 0.28 -
YUV 11.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 12 12 8 0 0 0.33 0.95 60 0.2 0.04
Hex C C 8 0 0 21 5F 3C 14 4
Octal 14 14 10 0 0 41 137 74 24 4
Binary 1100 1100 1000 0 0 100001 1011111 111100 10100 100

Color Harmonies of #0C0C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0C08

Black with #0C0C08

Text Example


Text Example

White with #0C0C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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