#12110A

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

Shades of Maire #12110A

Tints of Maire #12110A

Color information

#12110A (or 0x12110A) is unknown color: approx Maire. HEX triplet: 12, 11 and 0A. RGB value is (18,17,10). Sum of RGB (Red+Green+Blue) = 18+17+10=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 18 - color contains mainly: red. Hex color #12110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12110A is #EDEEF5. Grayscale: #101010. Windows color (decimal): -15593206 or 659730. OLE color: 659730.

HSL color Cylindrical-coordinate representation of color #12110A: hue angle of 52.5º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #12110A is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB181710-
CMYK00.060.440.93
HSL52.5º28.57%5.49%-
HSV(B)52.5º44.44%7.06%-
XYZ0.50.550.37-
YUV16.5124.33129.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40%
GREEN value IS 17 (7.03% from 255) = 37.78%
BLUE value IS 10 (4.30% from 255) = 22.22%
R=40%
G=37.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18171000.060.440.9352.528.575.49
Hex1211A062C5D341d5
Octal222112065413564355
Binary100101000110100110101100101110111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12110A; }

 p { color: rgb(18,17,10); }

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

<style>
 a { background-color: #12110A; }

 a { background-color: rgb(18,17,10); }

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

<style>
 span { border-color: #12110A; }

 span { border-color: rgb(18,17,10); }

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