#121306

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

Shades of Maire #121306

Tints of Maire #121306

Color information

#121306 (or 0x121306) is unknown color: approx Maire. HEX triplet: 12, 13 and 06. RGB value is (18,19,6). Sum of RGB (Red+Green+Blue) = 18+19+6=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 19 - color contains mainly: green. Hex color #121306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121306 is #EDECF9. Grayscale: #111111. Windows color (decimal): -15592698 or 398098. OLE color: 398098.

HSL color Cylindrical-coordinate representation of color #121306: hue angle of 64.62º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121306 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.93.

Color convert

RGB18196-
CMYK0.0500.680.93
HSL64.62º52%4.9%-
HSV(B)64.62º68.42%7.45%-
XYZ0.520.610.26-
YUV17.22121.67128.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 41.86%
GREEN value IS 19 (7.81% from 255) = 44.19%
BLUE value IS 6 (2.73% from 255) = 13.95%
R=41.86%
G=44.19%
B=13.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181960.0500.680.9364.62524.9
Hex1213650445D41345
Octal2223650104135101645
Binary10010100111101010100010010111011000001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121306; }

 p { color: rgb(18,19,6); }

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

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

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

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

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

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

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