#021501

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

Shades of Black Bean #021501

Tints of Black Bean #021501

Color information

#021501 (or 0x021501) is unknown color: approx Black Bean. HEX triplet: 02, 15 and 01. RGB value is (2,21,1). Sum of RGB (Red+Green+Blue) = 2+21+1=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 21 (8.59% from 255 or 87.5% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 21 - color contains mainly: green. Hex color #021501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021501 is #FDEAFE. Grayscale: #0D0D0D. Windows color (decimal): -16640767 or 70914. OLE color: 70914.

HSL color Cylindrical-coordinate representation of color #021501: hue angle of 117º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021501 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB2211-
CMYK0.9000.950.92
HSL117º90.91%4.31%-
HSV(B)117º95.24%8.24%-
XYZ0.30.550.12-
YUV13.04121.21120.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.33%
GREEN value IS 21 (8.59% from 255) = 87.5%
BLUE value IS 1 (0.78% from 255) = 4.17%
R=8.33%
G=87.5%
B=4.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal22110.9000.950.9211790.914.31
Hex21515A05F5C755b4
Octal225113201371341651334
Binary10101011101101001011111101110011101011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021501; }

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

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

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

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

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

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

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

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