#0D090D

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

Shades of Mardi Gras #0D090D

Tints of Mardi Gras #0D090D

Color information

#0D090D (or 0x0D090D) is unknown color: approx Mardi Gras. HEX triplet: 0D, 09 and 0D. RGB value is (13,9,13). Sum of RGB (Red+Green+Blue) = 13+9+13=35 (4% of max value = 765). Red value is 13 (5.47% from 255 or 37.14% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 13 - color contains mainly: red, blue. Hex color #0D090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D090D is #F2F6F2. Grayscale: #0A0A0A. Windows color (decimal): -15922931 or 854285. OLE color: 854285.

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

Color convert

RGB13913-
CMYK00.3100.95
HSL300º18.18%4.31%-
HSV(B)300º30.77%5.1%-
XYZ0.340.310.42-
YUV10.65129.33129.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 37.14%
GREEN value IS 9 (3.91% from 255) = 25.71%
BLUE value IS 13 (5.47% from 255) = 37.14%
R=37.14%
G=25.71%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1391300.3100.9530018.184.31
HexD9D01F05F12c124
Octal1511150370137454224
Binary1101100111010111110101111110010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,9,13); }

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

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

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

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

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

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

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