#121302

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

Shades of Maire #121302

Tints of Maire #121302

Color information

#121302 (or 0x121302) is unknown color: approx Maire. HEX triplet: 12, 13 and 02. RGB value is (18,19,2). Sum of RGB (Red+Green+Blue) = 18+19+2=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #121302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121302 is #EDECFD. Grayscale: #101010. Windows color (decimal): -15592702 or 135954. OLE color: 135954.

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

Color convert

RGB18192-
CMYK0.0500.890.93
HSL63.53º80.95%4.12%-
HSV(B)63.53º89.47%7.45%-
XYZ0.490.60.15-
YUV16.76119.67128.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 46.15%
GREEN value IS 19 (7.81% from 255) = 48.72%
BLUE value IS 2 (1.17% from 255) = 5.13%
R=46.15%
G=48.72%
B=5.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181920.0500.890.9363.5380.954.12
Hex1213250595D40514
Octal22232501311351001214
Binary10010100111010101011001101110110000001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121302; }

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

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

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

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

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

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

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

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