#0D000C

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

Shades of Mardi Gras #0D000C

Tints of Mardi Gras #0D000C

Color information

#0D000C (or 0x0D000C) is unknown color: approx Mardi Gras. HEX triplet: 0D, 00 and 0C. RGB value is (13,0,12). Sum of RGB (Red+Green+Blue) = 13+0+12=25 (3% of max value = 765). Red value is 13 (5.47% from 255 or 52% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 12 (5.08% from 255 or 48% from 25); Max value from RGB is 13 - color contains mainly: red. Hex color #0D000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D000C is #F2FFF3. Grayscale: #050505. Windows color (decimal): -15925236 or 786445. OLE color: 786445.

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

Color convert

RGB13012-
CMYK010.080.95
HSL304.62º100%2.55%-
HSV(B)304.62º100%5.1%-
XYZ0.230.110.36-
YUV5.26131.81133.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 48%
R=52%
G=0%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal13012010.080.95304.621002.55
HexD0C06485F131643
Octal150140144101374611443
Binary1101011000110010010001011111100110001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,0,12); }

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

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

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

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

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

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

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