#021005

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

Shades of Black Bean #021005

Tints of Black Bean #021005

Color information

#021005 (or 0x021005) is unknown color: approx Black Bean. HEX triplet: 02, 10 and 05. RGB value is (2,16,5). Sum of RGB (Red+Green+Blue) = 2+16+5=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 16 (6.64% from 255 or 69.57% from 23); Blue value is 5 (2.34% from 255 or 21.74% from 23); Max value from RGB is 16 - color contains mainly: green. Hex color #021005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021005 is #FDEFFA. Grayscale: #0A0A0A. Windows color (decimal): -16642043 or 331778. OLE color: 331778.

HSL color Cylindrical-coordinate representation of color #021005: hue angle of 132.86º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #021005 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.94.

Color convert

RGB2165-
CMYK0.8700.690.94
HSL132.86º77.78%3.53%-
HSV(B)132.86º87.5%6.27%-
XYZ0.240.390.21-
YUV10.56124.86121.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.70%
GREEN value IS 16 (6.64% from 255) = 69.57%
BLUE value IS 5 (2.34% from 255) = 21.74%
R=8.70%
G=69.57%
B=21.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal21650.8700.690.94132.8677.783.53
Hex2105570455E854e4
Octal220512701051362051164
Binary10100001011010111010001011011110100001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021005; }

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

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

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

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

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

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

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

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