#0D0C09

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

Shades of Maire #0D0C09

Tints of Maire #0D0C09

Color information

#0D0C09 (or 0x0D0C09) is unknown color: approx Maire. HEX triplet: 0D, 0C and 09. RGB value is (13,12,9). Sum of RGB (Red+Green+Blue) = 13+12+9=34 (4% of max value = 765). Red value is 13 (5.47% from 255 or 38.24% from 34); Green value is 12 (5.08% from 255 or 35.29% from 34); Blue value is 9 (3.91% from 255 or 26.47% from 34); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0C09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0C09 is #F2F3F6. Grayscale: #0B0B0B. Windows color (decimal): -15922167 or 592909. OLE color: 592909.

HSL color Cylindrical-coordinate representation of color #0D0C09: hue angle of 45º 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 #0D0C09 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.95.

Color convert

RGB13129-
CMYK00.080.310.95
HSL45º18.18%4.31%-
HSV(B)45º30.77%5.1%-
XYZ0.350.370.31-
YUV11.96126.33128.74-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 38.24%
GREEN value IS 12 (5.08% from 255) = 35.29%
BLUE value IS 9 (3.91% from 255) = 26.47%
R=38.24%
G=35.29%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1312900.080.310.954518.184.31
HexDC9081F5F2d124
Octal1514110103713755224
Binary1101110010010100011111101111110110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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