#022005

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

Shades of Black Bean #022005

Tints of Black Bean #022005

Color information

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

RGB2325-
CMYK0.9400.840.87
HSL126º88.24%6.67%-
HSV(B)126º93.75%12.55%-
XYZ0.571.060.32-
YUV19.95119.56115.2-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal23250.9400.840.8712688.246.67
Hex22055E054577e587
Octal240513601241271761307
Binary10100000101101111001010100101011111111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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