#12120A

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

Shades of Maire #12120A

Tints of Maire #12120A

Color information

#12120A (or 0x12120A) is unknown color: approx Maire. HEX triplet: 12, 12 and 0A. RGB value is (18,18,10). Sum of RGB (Red+Green+Blue) = 18+18+10=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 18 - color contains mainly: red, green. Hex color #12120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12120A is #EDEDF5. Grayscale: #111111. Windows color (decimal): -15592950 or 659986. OLE color: 659986.

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

Color convert

RGB181810-
CMYK000.440.93
HSL60º28.57%5.49%-
HSV(B)60º44.44%7.06%-
XYZ0.520.580.37-
YUV17.09124128.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 39.13%
GREEN value IS 18 (7.42% from 255) = 39.13%
BLUE value IS 10 (4.30% from 255) = 21.74%
R=39.13%
G=39.13%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181810000.440.936028.575.49
Hex1212A002C5D3c1d5
Octal222212005413574355
Binary1001010010101000101100101110111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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