#021C05

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

Shades of Black Bean #021C05

Tints of Black Bean #021C05

Color information

#021C05 (or 0x021C05) is unknown color: approx Black Bean. HEX triplet: 02, 1C and 05. RGB value is (2,28,5). Sum of RGB (Red+Green+Blue) = 2+28+5=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 28 (11.33% from 255 or 80% from 35); Blue value is 5 (2.34% from 255 or 14.29% from 35); Max value from RGB is 28 - color contains mainly: green. Hex color #021C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C05 is #FDE3FA. Grayscale: #111111. Windows color (decimal): -16638971 or 334850. OLE color: 334850.

HSL color Cylindrical-coordinate representation of color #021C05: hue angle of 126.92º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021C05 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.89.

Color convert

RGB2285-
CMYK0.9300.820.89
HSL126.92º86.67%5.88%-
HSV(B)126.92º92.86%10.98%-
XYZ0.470.850.28-
YUV17.6120.89116.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.71%
GREEN value IS 28 (11.33% from 255) = 80%
BLUE value IS 5 (2.34% from 255) = 14.29%
R=5.71%
G=80%
B=14.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal22850.9300.820.89126.9286.675.88
Hex21C55D052597f576
Octal234513501221311771276
Binary1011100101101110101010010101100111111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021C05; }

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

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

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

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

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

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

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

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