Html Css Color HEX #022001 Myrtle

📋 copy color: '#022001'

red 2 ◦ green 32 ◦ blue 1

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

Shades of Myrtle #022001

Tints of Myrtle #022001

RGB

 RED value IS 2 (1.17% from 255) = 5.71%

 GREEN value IS 32 (12.89% from 255) = 91.43%

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

R = 5.71%
G = 91.43%
B = 2.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#022001 (or 0x022001) is known color: Myrtle. HEX triplet: 02, 20 and 01. RGB value is (2,32,1). Sum of RGB (Red+Green+Blue) = 2+32+1=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 32 (12.89% from 255 or 91.43% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 32 - color contains mainly: green. Hex color #022001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022001 is #FDDFFE. Grayscale: #131313. Windows color (decimal): -16637951 or 73730. OLE color: 73730.

HSL color Cylindrical-coordinate representation of color #022001: hue angle of 118.06º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022001 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB 2 32 1 -
CMYK 0.94 0 0.97 0.87
HSL 118.06º 0.94% 0.06% -
HSV(B) 118.06º 0.97% 0.13% -
XYZ 0.55 1.05 0.2 -
YUV 19.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 2 32 1 0.94 0 0.97 0.87 118.06 0.94 0.06
Hex 2 20 1 5E 0 61 57 76 5E 6
Octal 2 40 1 136 0 141 127 166 136 6
Binary 10 100000 1 1011110 0 1100001 1010111 1110110 1011110 110

Color Harmonies of #022001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022001

Black with #022001

Text Example


Text Example

White with #022001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022001; }

 p { color: rgb(2,32,1); }

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

background-color css

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

 a { background-color: rgb(2,32,1); }

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

border-color css

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

 span { border-color: rgb(2,32,1); }

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