#021D03

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

Shades of Black Bean #021D03

Tints of Black Bean #021D03

Color information

#021D03 (or 0x021D03) is unknown color: approx Black Bean. HEX triplet: 02, 1D and 03. RGB value is (2,29,3). Sum of RGB (Red+Green+Blue) = 2+29+3=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 29 (11.72% from 255 or 85.29% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 29 - color contains mainly: green. Hex color #021D03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D03 is #FDE2FC. Grayscale: #121212. Windows color (decimal): -16638717 or 204034. OLE color: 204034.

HSL color Cylindrical-coordinate representation of color #021D03: hue angle of 122.22º 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 #021D03 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.89.

Color convert

RGB2293-
CMYK0.9300.900.89
HSL122.22º87.1%6.08%-
HSV(B)122.22º93.1%11.37%-
XYZ0.480.90.23-
YUV17.96119.55116.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.88%
GREEN value IS 29 (11.72% from 255) = 85.29%
BLUE value IS 3 (1.56% from 255) = 8.82%
R=5.88%
G=85.29%
B=8.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal22930.9300.900.89122.2287.16.08
Hex21D35D05A597a576
Octal235313501321311721276
Binary101110111101110101011010101100111110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,29,3); }

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

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

 a { background-color: rgb(2,29,3); }

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

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

 span { border-color: rgb(2,29,3); }

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