Html Css Color HEX #022004 Black Bean

📋 copy color: '#022004'

red 2 ◦ green 32 ◦ blue 4

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

Shades of Black Bean #022004

Tints of Black Bean #022004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 10.53%

R = 5.26%
G = 84.21%
B = 10.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.87

 K value IS 0.87

RGB Variations

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

Color information

#022004 (or 0x022004) is known color: Black Bean. HEX triplet: 02, 20 and 04. RGB value is (2,32,4). Sum of RGB (Red+Green+Blue) = 2+32+4=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 32 (12.89% from 255 or 84.21% from 38); Blue value is 4 (1.95% from 255 or 10.53% from 38); Max value from RGB is 32 - color contains mainly: green. Hex color #022004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022004 is #FDDFFB. Grayscale: #131313. Windows color (decimal): -16637948 or 270338. OLE color: 270338.

HSL color Cylindrical-coordinate representation of color #022004: hue angle of 124º 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 #022004 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.87.

Color convert

RGB 2 32 4 -
CMYK 0.94 0 0.87 0.87
HSL 124º 0.88% 0.07% -
HSV(B) 124º 0.94% 0.13% -
XYZ 0.56 1.05 0.29 -
YUV 19.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 2 32 4 0.94 0 0.87 0.87 124 0.88 0.07
Hex 2 20 4 5E 0 57 57 7C 58 7
Octal 2 40 4 136 0 127 127 174 130 7
Binary 10 100000 100 1011110 0 1010111 1010111 1111100 1011000 111

Color Harmonies of #022004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022004

Black with #022004

Text Example


Text Example

White with #022004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022004; }

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

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

background-color css

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

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

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

border-color css

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

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

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