#021705

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

Shades of Black Bean #021705

Tints of Black Bean #021705

Color information

#021705 (or 0x021705) is unknown color: approx Black Bean. HEX triplet: 02, 17 and 05. RGB value is (2,23,5). Sum of RGB (Red+Green+Blue) = 2+23+5=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 23 (9.38% from 255 or 76.67% from 30); Blue value is 5 (2.34% from 255 or 16.67% from 30); Max value from RGB is 23 - color contains mainly: green. Hex color #021705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021705 is #FDE8FA. Grayscale: #0E0E0E. Windows color (decimal): -16640251 or 333570. OLE color: 333570.

HSL color Cylindrical-coordinate representation of color #021705: hue angle of 128.57º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021705 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.91.

Color convert

RGB2235-
CMYK0.9100.780.91
HSL128.57º84%4.9%-
HSV(B)128.57º91.3%9.02%-
XYZ0.360.640.25-
YUV14.67122.54118.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.67%
GREEN value IS 23 (9.38% from 255) = 76.67%
BLUE value IS 5 (2.34% from 255) = 16.67%
R=6.67%
G=76.67%
B=16.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22350.9100.780.91128.57844.9
Hex21755B04E5B81545
Octal227513301161332011245
Binary10101111011011011010011101011011100000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021705; }

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

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

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

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

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

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

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

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