#12120D

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

Shades of Maire #12120D

Tints of Maire #12120D

Color information

#12120D (or 0x12120D) is unknown color: approx Maire. HEX triplet: 12, 12 and 0D. RGB value is (18,18,13). Sum of RGB (Red+Green+Blue) = 18+18+13=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 18 - color contains mainly: red, green. Hex color #12120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12120D is #EDEDF2. Grayscale: #111111. Windows color (decimal): -15592947 or 856594. OLE color: 856594.

HSL color Cylindrical-coordinate representation of color #12120D: hue angle of 60º degrees, saturation: 0.16, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #12120D is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.93.

Color convert

RGB181813-
CMYK000.280.93
HSL60º16.13%6.08%-
HSV(B)60º27.78%7.06%-
XYZ0.540.590.47-
YUV17.43125.5128.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36.73%
GREEN value IS 18 (7.42% from 255) = 36.73%
BLUE value IS 13 (5.47% from 255) = 26.53%
R=36.73%
G=36.73%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181813000.280.936016.136.08
Hex1212D001C5D3c106
Octal222215003413574206
Binary100101001011010011100101110111110010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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