Html Css Color HEX #031501 Myrtle

📋 copy color: '#031501'

red 3 ◦ green 21 ◦ blue 1

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

Shades of Myrtle #031501

Tints of Myrtle #031501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 84%

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

R = 12%
G = 84%
B = 4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#031501 (or 0x031501) is known color: Myrtle. HEX triplet: 03, 15 and 01. RGB value is (3,21,1). Sum of RGB (Red+Green+Blue) = 3+21+1=25 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12% from 25); Green value is 21 (8.59% from 255 or 84% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 21 - color contains mainly: green. Hex color #031501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031501 is #FCEAFE. Grayscale: #0D0D0D. Windows color (decimal): -16575231 or 70915. OLE color: 70915.

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

Color convert

RGB 3 21 1 -
CMYK 0.86 0 0.95 0.92
HSL 114º 0.91% 0.04% -
HSV(B) 114º 0.95% 0.08% -
XYZ 0.31 0.56 0.12 -
YUV 13.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 3 21 1 0.86 0 0.95 0.92 114 0.91 0.04
Hex 3 15 1 56 0 5F 5C 72 5B 4
Octal 3 25 1 126 0 137 134 162 133 4
Binary 11 10101 1 1010110 0 1011111 1011100 1110010 1011011 100

Color Harmonies of #031501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031501

Black with #031501

Text Example


Text Example

White with #031501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031501; }

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

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

background-color css

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

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

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

border-color css

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

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

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