Html Css Color HEX #031901 Myrtle

📋 copy color: '#031901'

red 3 ◦ green 25 ◦ blue 1

#031901
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #031901

Tints of Myrtle #031901

RGB

 RED value IS 3 (1.56% from 255) = 10.34%

 GREEN value IS 25 (10.16% from 255) = 86.21%

 BLUE value IS 1 (0.78% from 255) = 3.45%

R = 10.34%
G = 86.21%
B = 3.45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#031901 (or 0x031901) is known color: Myrtle. HEX triplet: 03, 19 and 01. RGB value is (3,25,1). Sum of RGB (Red+Green+Blue) = 3+25+1=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 25 (10.16% from 255 or 86.21% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 25 - color contains mainly: green. Hex color #031901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031901 is #FCE6FE. Grayscale: #0F0F0F. Windows color (decimal): -16574207 or 71939. OLE color: 71939.

HSL color Cylindrical-coordinate representation of color #031901: hue angle of 115º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031901 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB 3 25 1 -
CMYK 0.88 0 0.96 0.90
HSL 115º 0.92% 0.05% -
HSV(B) 115º 0.96% 0.1% -
XYZ 0.39 0.72 0.15 -
YUV 15.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 3 25 1 0.88 0 0.96 0.90 115 0.92 0.05
Hex 3 19 1 58 0 60 5A 73 5C 5
Octal 3 31 1 130 0 140 132 163 134 5
Binary 11 11001 1 1011000 0 1100000 1011010 1110011 1011100 101

Color Harmonies of #031901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031901

Black with #031901

Text Example


Text Example

White with #031901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031901; }

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

 H1.HeaderClassName
 {
   color: #031901;
 }
 .AnyTagClassName
 {
   color: #031901;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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