Html Css Color HEX #0D040C Mardi Gras

📋 copy color: '#0D040C'

red 13 ◦ green 4 ◦ blue 12

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

Shades of Mardi Gras #0D040C

Tints of Mardi Gras #0D040C

RGB

 RED value IS 13 (5.47% from 255) = 44.83%

 GREEN value IS 4 (1.95% from 255) = 13.79%

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

R = 44.83%
G = 13.79%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.95

RGB Variations

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

Color information

#0D040C (or 0x0D040C) is known color: Mardi Gras. HEX triplet: 0D, 04 and 0C. RGB value is (13,4,12). Sum of RGB (Red+Green+Blue) = 13+4+12=29 (3% of max value = 765). Red value is 13 (5.47% from 255 or 44.83% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 12 (5.08% from 255 or 41.38% from 29); Max value from RGB is 13 - color contains mainly: red. Hex color #0D040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D040C is #F2FBF3. Grayscale: #070707. Windows color (decimal): -15924212 or 787469. OLE color: 787469.

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

Color convert

RGB 13 4 12 -
CMYK 0 0.69 0.08 0.95
HSL 306.67º 0.53% 0.03% -
HSV(B) 306.67º 0.69% 0.05% -
XYZ 0.28 0.2 0.37 -
YUV 7.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 13 4 12 0 0.69 0.08 0.95 306.67 0.53 0.03
Hex D 4 C 0 45 8 5F 133 35 3
Octal 15 4 14 0 105 10 137 463 65 3
Binary 1101 100 1100 0 1000101 1000 1011111 100110011 110101 11

Color Harmonies of #0D040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D040C

Black with #0D040C

Text Example


Text Example

White with #0D040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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