Html Css Color HEX #0D000C Mardi Gras

📋 copy color: '#0D000C'

red 13 ◦ green 0 ◦ blue 12

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

Shades of Mardi Gras #0D000C

Tints of Mardi Gras #0D000C

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 value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.95

RGB Variations

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

Color information

#0D000C (or 0x0D000C) is known color: 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

RGB 13 0 12 -
CMYK 0 1 0.08 0.95
HSL 304.62º 1% 0.03% -
HSV(B) 304.62º 1% 0.05% -
XYZ 0.23 0.11 0.36 -
YUV 5.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 13 0 12 0 1 0.08 0.95 304.62 1 0.03
Hex D 0 C 0 64 8 5F 131 64 3
Octal 15 0 14 0 144 10 137 461 144 3
Binary 1101 0 1100 0 1100100 1000 1011111 100110001 1100100 11

Color Harmonies of #0D000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D000C

Black with #0D000C

Text Example


Text Example

White with #0D000C

Text Example


Text Example

HTML Codes & Css Web 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>