#12100C

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

Shades of Maire #12100C

Tints of Maire #12100C

Color information

#12100C (or 0x12100C) is unknown color: approx Maire. HEX triplet: 12, 10 and 0C. RGB value is (18,16,12). Sum of RGB (Red+Green+Blue) = 18+16+12=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 18 - color contains mainly: red. Hex color #12100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12100C is #EDEFF3. Grayscale: #101010. Windows color (decimal): -15593460 or 790546. OLE color: 790546.

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

Color convert

RGB181612-
CMYK00.110.330.93
HSL40º20%5.88%-
HSV(B)40º33.33%7.06%-
XYZ0.50.530.42-
YUV16.14125.66129.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 39.13%
GREEN value IS 16 (6.64% from 255) = 34.78%
BLUE value IS 12 (5.08% from 255) = 26.09%
R=39.13%
G=34.78%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18161200.110.330.9340205.88
Hex1210C0B215D28146
Octal2220140134113550246
Binary1001010000110001011100001101110110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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