#12100B

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

Shades of Maire #12100B

Tints of Maire #12100B

Color information

#12100B (or 0x12100B) is unknown color: approx Maire. HEX triplet: 12, 10 and 0B. RGB value is (18,16,11). Sum of RGB (Red+Green+Blue) = 18+16+11=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 18 - color contains mainly: red. Hex color #12100B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12100B is #EDEFF4. Grayscale: #101010. Windows color (decimal): -15593461 or 725010. OLE color: 725010.

HSL color Cylindrical-coordinate representation of color #12100B: hue angle of 42.86º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #12100B is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB181611-
CMYK00.110.390.93
HSL42.86º24.14%5.69%-
HSV(B)42.86º38.89%7.06%-
XYZ0.50.520.39-
YUV16.03125.16129.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40%
GREEN value IS 16 (6.64% from 255) = 35.56%
BLUE value IS 11 (4.69% from 255) = 24.44%
R=40%
G=35.56%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18161100.110.390.9342.8624.145.69
Hex1210B0B275D2b186
Octal2220130134713553306
Binary1001010000101101011100111101110110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12100B; }

 p { color: rgb(18,16,11); }

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

<style>
 a { background-color: #12100B; }

 a { background-color: rgb(18,16,11); }

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

<style>
 span { border-color: #12100B; }

 span { border-color: rgb(18,16,11); }

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