Html Css Color HEX #031801 Myrtle

📋 copy color: '#031801'

red 3 ◦ green 24 ◦ blue 1

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

Shades of Myrtle #031801

Tints of Myrtle #031801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 85.71%

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

R = 10.71%
G = 85.71%
B = 3.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#031801 (or 0x031801) is known color: Myrtle. HEX triplet: 03, 18 and 01. RGB value is (3,24,1). Sum of RGB (Red+Green+Blue) = 3+24+1=28 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.71% from 28); Green value is 24 (9.77% from 255 or 85.71% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 24 - color contains mainly: green. Hex color #031801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031801 is #FCE7FE. Grayscale: #0F0F0F. Windows color (decimal): -16574463 or 71683. OLE color: 71683.

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

Color convert

RGB 3 24 1 -
CMYK 0.88 0 0.96 0.91
HSL 114.78º 0.92% 0.05% -
HSV(B) 114.78º 0.96% 0.09% -
XYZ 0.37 0.67 0.14 -
YUV 15.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 3 24 1 0.88 0 0.96 0.91 114.78 0.92 0.05
Hex 3 18 1 58 0 60 5B 73 5C 5
Octal 3 30 1 130 0 140 133 163 134 5
Binary 11 11000 1 1011000 0 1100000 1011011 1110011 1011100 101

Color Harmonies of #031801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031801

Black with #031801

Text Example


Text Example

White with #031801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031801; }

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

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

background-color css

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

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

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

border-color css

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

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

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