#022004

Color #022004 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #022004

Tints of Black Bean #022004

Color information

#022004 (or 0x022004) is unknown color: approx 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

RGB2324-
CMYK0.9400.870.87
HSL124º88.24%6.67%-
HSV(B)124º93.75%12.55%-
XYZ0.561.050.29-
YUV19.84119.06115.28-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal23240.9400.870.8712488.246.67
Hex22045E057577c587
Octal240413601271271741307
Binary10100000100101111001010111101011111111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>