#031602

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

Shades of Myrtle #031602

Tints of Myrtle #031602

Color information

#031602 (or 0x031602) is unknown color: approx Myrtle. HEX triplet: 03, 16 and 02. RGB value is (3,22,2). Sum of RGB (Red+Green+Blue) = 3+22+2=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 22 (8.98% from 255 or 81.48% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 22 - color contains mainly: green. Hex color #031602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031602 is #FCE9FD. Grayscale: #0E0E0E. Windows color (decimal): -16574974 or 136707. OLE color: 136707.

HSL color Cylindrical-coordinate representation of color #031602: hue angle of 117º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #031602 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.91.

Color convert

RGB3222-
CMYK0.8600.910.91
HSL117º83.33%4.71%-
HSV(B)117º90.91%8.63%-
XYZ0.340.60.16-
YUV14.04121.21120.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.11%
GREEN value IS 22 (8.98% from 255) = 81.48%
BLUE value IS 2 (1.17% from 255) = 7.41%
R=11.11%
G=81.48%
B=7.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal32220.8600.910.9111783.334.71
Hex31625605B5B75535
Octal326212601331331651235
Binary111011010101011001011011101101111101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031602; }

 p { color: rgb(3,22,2); }

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

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

 a { background-color: rgb(3,22,2); }

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

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

 span { border-color: rgb(3,22,2); }

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