#021505

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

Shades of Black Bean #021505

Tints of Black Bean #021505

Color information

#021505 (or 0x021505) is unknown color: approx Black Bean. HEX triplet: 02, 15 and 05. RGB value is (2,21,5). Sum of RGB (Red+Green+Blue) = 2+21+5=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 21 (8.59% from 255 or 75% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 21 - color contains mainly: green. Hex color #021505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021505 is #FDEAFA. Grayscale: #0D0D0D. Windows color (decimal): -16640763 or 333058. OLE color: 333058.

HSL color Cylindrical-coordinate representation of color #021505: hue angle of 129.47º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021505 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.92.

Color convert

RGB2215-
CMYK0.9000.760.92
HSL129.47º82.61%4.51%-
HSV(B)129.47º90.48%8.24%-
XYZ0.320.560.23-
YUV13.5123.21119.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.14%
GREEN value IS 21 (8.59% from 255) = 75%
BLUE value IS 5 (2.34% from 255) = 17.86%
R=7.14%
G=75%
B=17.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal22150.9000.760.92129.4782.614.51
Hex21555A04C5C81535
Octal225513201141342011235
Binary10101011011011010010011001011100100000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021505; }

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

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

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

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

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

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

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

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