#021905

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

Shades of Black Bean #021905

Tints of Black Bean #021905

Color information

#021905 (or 0x021905) is unknown color: approx Black Bean. HEX triplet: 02, 19 and 05. RGB value is (2,25,5). Sum of RGB (Red+Green+Blue) = 2+25+5=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 25 (10.16% from 255 or 78.12% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 25 - color contains mainly: green. Hex color #021905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021905 is #FDE6FA. Grayscale: #0F0F0F. Windows color (decimal): -16639739 or 334082. OLE color: 334082.

HSL color Cylindrical-coordinate representation of color #021905: hue angle of 127.83º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021905 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.90.

Color convert

RGB2255-
CMYK0.9200.800.90
HSL127.83º85.19%5.29%-
HSV(B)127.83º92%9.8%-
XYZ0.40.720.26-
YUV15.84121.88118.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.25%
GREEN value IS 25 (10.16% from 255) = 78.12%
BLUE value IS 5 (2.34% from 255) = 15.62%
R=6.25%
G=78.12%
B=15.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal22550.9200.800.90127.8385.195.29
Hex21955C0505A80555
Octal231513401201322001255
Binary10110011011011100010100001011010100000001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021905; }

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

 H1.HeaderClassName
 {
   color: #021905;
 }
 .AnyTagClassName
 {
   color: #021905;
 }
</style>
background-color css

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

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

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

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

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

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