#031301

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

Shades of Myrtle #031301

Tints of Myrtle #031301

Color information

#031301 (or 0x031301) is unknown color: approx Myrtle. HEX triplet: 03, 13 and 01. RGB value is (3,19,1). Sum of RGB (Red+Green+Blue) = 3+19+1=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 19 (7.81% from 255 or 82.61% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 19 - color contains mainly: green. Hex color #031301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031301 is #FCECFE. Grayscale: #0C0C0C. Windows color (decimal): -16575743 or 70403. OLE color: 70403.

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

Color convert

RGB3191-
CMYK0.8400.950.93
HSL113.33º90%3.92%-
HSV(B)113.33º94.74%7.45%-
XYZ0.280.490.11-
YUV12.16121.7121.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.04%
GREEN value IS 19 (7.81% from 255) = 82.61%
BLUE value IS 1 (0.78% from 255) = 4.35%
R=13.04%
G=82.61%
B=4.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal31910.8400.950.93113.33903.92
Hex31315405F5D715a4
Octal323112401371351611324
Binary11100111101010001011111101110111100011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031301; }

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

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

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

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

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

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

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

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