#031601

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

Shades of Myrtle #031601

Tints of Myrtle #031601

Color information

#031601 (or 0x031601) is unknown color: approx Myrtle. HEX triplet: 03, 16 and 01. RGB value is (3,22,1). Sum of RGB (Red+Green+Blue) = 3+22+1=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 22 (8.98% from 255 or 84.62% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 22 - color contains mainly: green. Hex color #031601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031601 is #FCE9FE. Grayscale: #0D0D0D. Windows color (decimal): -16574975 or 71171. OLE color: 71171.

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

Color convert

RGB3221-
CMYK0.8600.950.91
HSL114.29º91.3%4.51%-
HSV(B)114.29º95.45%8.63%-
XYZ0.330.60.13-
YUV13.92120.71120.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.54%
GREEN value IS 22 (8.98% from 255) = 84.62%
BLUE value IS 1 (0.78% from 255) = 3.85%
R=11.54%
G=84.62%
B=3.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal32210.8600.950.91114.2991.34.51
Hex31615605F5B725b5
Octal326112601371331621335
Binary11101101101011001011111101101111100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031601; }

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

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

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

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

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

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

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

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