#031201

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

Shades of Myrtle #031201

Tints of Myrtle #031201

Color information

#031201 (or 0x031201) is unknown color: approx Myrtle. HEX triplet: 03, 12 and 01. RGB value is (3,18,1). Sum of RGB (Red+Green+Blue) = 3+18+1=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 18 (7.42% from 255 or 81.82% from 22); Blue value is 1 (0.78% from 255 or 4.55% from 22); Max value from RGB is 18 - color contains mainly: green. Hex color #031201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031201 is #FCEDFE. Grayscale: #0B0B0B. Windows color (decimal): -16575999 or 70147. OLE color: 70147.

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

Color convert

RGB3181-
CMYK0.8300.940.93
HSL112.94º89.47%3.73%-
HSV(B)112.94º94.44%7.06%-
XYZ0.260.450.1-
YUV11.58122.03121.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.64%
GREEN value IS 18 (7.42% from 255) = 81.82%
BLUE value IS 1 (0.78% from 255) = 4.55%
R=13.64%
G=81.82%
B=4.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal31810.8300.940.93112.9489.473.73
Hex31215305E5D71594
Octal322112301361351611314
Binary11100101101001101011110101110111100011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031201; }

 p { color: rgb(3,18,1); }

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

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

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

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

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

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

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