#0D0C0A

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

Shades of Maire #0D0C0A

Tints of Maire #0D0C0A

Color information

#0D0C0A (or 0x0D0C0A) is unknown color: approx Maire. HEX triplet: 0D, 0C and 0A. RGB value is (13,12,10). Sum of RGB (Red+Green+Blue) = 13+12+10=35 (4% of max value = 765). Red value is 13 (5.47% from 255 or 37.14% from 35); Green value is 12 (5.08% from 255 or 34.29% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0C0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0C0A is #F2F3F5. Grayscale: #0C0C0C. Windows color (decimal): -15922166 or 658445. OLE color: 658445.

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

Color convert

RGB131210-
CMYK00.080.230.95
HSL40º13.04%4.51%-
HSV(B)40º23.08%5.1%-
XYZ0.350.370.34-
YUV12.07126.83128.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 37.14%
GREEN value IS 12 (5.08% from 255) = 34.29%
BLUE value IS 10 (4.30% from 255) = 28.57%
R=37.14%
G=34.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal13121000.080.230.954013.044.51
HexDCA08175F28d5
Octal1514120102713750155
Binary110111001010010001011110111111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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