Html Css Color HEX #031601 Myrtle

📋 copy color: '#031601'

red 3 ◦ green 22 ◦ blue 1

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

Shades of Myrtle #031601

Tints of Myrtle #031601

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 value IS 0.86

 M value IS 0

 Y value IS 0.95

 K value IS 0.91

RGB Variations

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

Color information

#031601 (or 0x031601) is known color: 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

RGB 3 22 1 -
CMYK 0.86 0 0.95 0.91
HSL 114.29º 0.91% 0.05% -
HSV(B) 114.29º 0.95% 0.09% -
XYZ 0.33 0.6 0.13 -
YUV 13.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 3 22 1 0.86 0 0.95 0.91 114.29 0.91 0.05
Hex 3 16 1 56 0 5F 5B 72 5B 5
Octal 3 26 1 126 0 137 133 162 133 5
Binary 11 10110 1 1010110 0 1011111 1011011 1110010 1011011 101

Color Harmonies of #031601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031601

Black with #031601

Text Example


Text Example

White with #031601

Text Example


Text Example

HTML Codes & Css Web 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>