#12120B

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

Shades of Maire #12120B

Tints of Maire #12120B

Color information

#12120B (or 0x12120B) is unknown color: approx Maire. HEX triplet: 12, 12 and 0B. RGB value is (18,18,11). Sum of RGB (Red+Green+Blue) = 18+18+11=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 18 - color contains mainly: red, green. Hex color #12120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12120B is #EDEDF4. Grayscale: #111111. Windows color (decimal): -15592949 or 725522. OLE color: 725522.

HSL color Cylindrical-coordinate representation of color #12120B: hue angle of 60º 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 #12120B is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB181811-
CMYK000.390.93
HSL60º24.14%5.69%-
HSV(B)60º38.89%7.06%-
XYZ0.530.590.4-
YUV17.2124.5128.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 18 (7.42% from 255) = 38.30%
BLUE value IS 11 (4.69% from 255) = 23.40%
R=38.30%
G=38.30%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181811000.390.936024.145.69
Hex1212B00275D3c186
Octal222213004713574306
Binary1001010010101100100111101110111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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