Html Css Color HEX #031500 Myrtle

📋 copy color: '#031500'

red 3 ◦ green 21 ◦ blue 0

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

Shades of Myrtle #031500

Tints of Myrtle #031500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 12.5%
G = 87.5%
B = 0%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#031500 (or 0x031500) is known color: Myrtle. HEX triplet: 03, 15 and 00. RGB value is (3,21,0). Sum of RGB (Red+Green+Blue) = 3+21+0=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 21 (8.59% from 255 or 87.5% from 24); Blue value is 0 (0.39% from 255 or 0% from 24); Max value from RGB is 21 - color contains mainly: green. Hex color #031500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031500 is #FCEAFF. Grayscale: #0D0D0D. Windows color (decimal): -16575232 or 5379. OLE color: 5379.

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

Color convert

RGB 3 21 0 -
CMYK 0.86 0 1 0.92
HSL 111.43º 1% 0.04% -
HSV(B) 111.43º 1% 0.08% -
XYZ 0.31 0.56 0.09 -
YUV 13.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 3 21 0 0.86 0 1 0.92 111.43 1 0.04
Hex 3 15 0 56 0 64 5C 6F 64 4
Octal 3 25 0 126 0 144 134 157 144 4
Binary 11 10101 0 1010110 0 1100100 1011100 1101111 1100100 100

Color Harmonies of #031500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031500

Black with #031500

Text Example


Text Example

White with #031500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031500; }

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

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

background-color css

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

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

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

border-color css

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

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

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