#0C040C

Color #0C040C Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #0C040C

Tints of Mardi Gras #0C040C

Color information

#0C040C (or 0x0C040C) is unknown color: approx Mardi Gras. HEX triplet: 0C, 04 and 0C. RGB value is (12,4,12). Sum of RGB (Red+Green+Blue) = 12+4+12=28 (3% of max value = 765). Red value is 12 (5.08% from 255 or 42.86% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 12 (5.08% from 255 or 42.86% from 28); Max value from RGB is 12 - color contains mainly: red, blue. Hex color #0C040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C040C is #F3FBF3. Grayscale: #070707. Windows color (decimal): -15989748 or 787468. OLE color: 787468.

HSL color Cylindrical-coordinate representation of color #0C040C: hue angle of 300º degrees, saturation: 0.5, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0C040C is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB12412-
CMYK00.6700.95
HSL300º50%3.14%-
HSV(B)300º66.67%4.71%-
XYZ0.260.190.37-
YUV7.3130.65131.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 42.86%
GREEN value IS 4 (1.95% from 255) = 14.29%
BLUE value IS 12 (5.08% from 255) = 42.86%
R=42.86%
G=14.29%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1241200.6700.95300503.14
HexC4C04305F12c323
Octal1441401030137454623
Binary11001001100010000110101111110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C040C;
 }
 .AnyTagClassName
 {
   color: #0C040C;
 }
</style>
background-color css

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

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

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

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

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

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