Html Css Color HEX #022201 Myrtle

📋 copy color: '#022201'

red 2 ◦ green 34 ◦ blue 1

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

Shades of Myrtle #022201

Tints of Myrtle #022201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 91.89%

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

R = 5.41%
G = 91.89%
B = 2.7%

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

#022201 (or 0x022201) is known color: Myrtle. HEX triplet: 02, 22 and 01. RGB value is (2,34,1). Sum of RGB (Red+Green+Blue) = 2+34+1=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 34 (13.67% from 255 or 91.89% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 34 - color contains mainly: green. Hex color #022201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022201 is #FDDDFE. Grayscale: #141414. Windows color (decimal): -16637439 or 74242. OLE color: 74242.

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

Color convert

RGB 2 34 1 -
CMYK 0.94 0 0.97 0.87
HSL 118.18º 0.94% 0.07% -
HSV(B) 118.18º 0.97% 0.13% -
XYZ 0.6 1.16 0.22 -
YUV 20.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 2 34 1 0.94 0 0.97 0.87 118.18 0.94 0.07
Hex 2 22 1 5E 0 61 57 76 5E 7
Octal 2 42 1 136 0 141 127 166 136 7
Binary 10 100010 1 1011110 0 1100001 1010111 1110110 1011110 111

Color Harmonies of #022201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022201

Black with #022201

Text Example


Text Example

White with #022201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022201; }

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

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

background-color css

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

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

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

border-color css

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

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

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