#032801

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

Shades of Myrtle #032801

Tints of Myrtle #032801

Color information

#032801 (or 0x032801) is unknown color: approx Myrtle. HEX triplet: 03, 28 and 01. RGB value is (3,40,1). Sum of RGB (Red+Green+Blue) = 3+40+1=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 40 (16.02% from 255 or 90.91% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 40 - color contains mainly: green. Hex color #032801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032801 is #FCD7FE. Grayscale: #181818. Windows color (decimal): -16570367 or 75779. OLE color: 75779.

HSL color Cylindrical-coordinate representation of color #032801: hue angle of 116.92º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032801 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB3401-
CMYK0.9300.980.84
HSL116.92º95.12%8.04%-
HSV(B)116.92º97.5%15.69%-
XYZ0.81.540.28-
YUV24.49114.74112.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.82%
GREEN value IS 40 (16.02% from 255) = 90.91%
BLUE value IS 1 (0.78% from 255) = 2.27%
R=6.82%
G=90.91%
B=2.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal34010.9300.980.84116.9295.128.04
Hex32815D06254755f8
Octal3501135014212416513710
Binary1110100011011101011000101010100111010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032801; }

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

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

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

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

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

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

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

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