Html Css Color HEX #022005 Black Bean

📋 copy color: '#022005'

red 2 ◦ green 32 ◦ blue 5

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

Shades of Black Bean #022005

Tints of Black Bean #022005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 12.82%

R = 5.13%
G = 82.05%
B = 12.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.84

 K value IS 0.87

RGB Variations

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

Color information

#022005 (or 0x022005) is known color: Black Bean. HEX triplet: 02, 20 and 05. RGB value is (2,32,5). Sum of RGB (Red+Green+Blue) = 2+32+5=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 32 (12.89% from 255 or 82.05% from 39); Blue value is 5 (2.34% from 255 or 12.82% from 39); Max value from RGB is 32 - color contains mainly: green. Hex color #022005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022005 is #FDDFFA. Grayscale: #141414. Windows color (decimal): -16637947 or 335874. OLE color: 335874.

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

Color convert

RGB 2 32 5 -
CMYK 0.94 0 0.84 0.87
HSL 126º 0.88% 0.07% -
HSV(B) 126º 0.94% 0.13% -
XYZ 0.57 1.06 0.32 -
YUV 19.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 2 32 5 0.94 0 0.84 0.87 126 0.88 0.07
Hex 2 20 5 5E 0 54 57 7E 58 7
Octal 2 40 5 136 0 124 127 176 130 7
Binary 10 100000 101 1011110 0 1010100 1010111 1111110 1011000 111

Color Harmonies of #022005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022005

Black with #022005

Text Example


Text Example

White with #022005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022005; }

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

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

background-color css

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

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

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

border-color css

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

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

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