#021F03

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

Shades of Black Bean #021F03

Tints of Black Bean #021F03

Color information

#021F03 (or 0x021F03) is unknown color: approx Black Bean. HEX triplet: 02, 1F and 03. RGB value is (2,31,3). Sum of RGB (Red+Green+Blue) = 2+31+3=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 31 (12.5% from 255 or 86.11% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 31 - color contains mainly: green. Hex color #021F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F03 is #FDE0FC. Grayscale: #131313. Windows color (decimal): -16638205 or 204546. OLE color: 204546.

HSL color Cylindrical-coordinate representation of color #021F03: hue angle of 122.07º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021F03 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.

Color convert

RGB2313-
CMYK0.9400.900.88
HSL122.07º87.88%6.47%-
HSV(B)122.07º93.55%12.16%-
XYZ0.5310.25-
YUV19.14118.89115.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.56%
GREEN value IS 31 (12.5% from 255) = 86.11%
BLUE value IS 3 (1.56% from 255) = 8.33%
R=5.56%
G=86.11%
B=8.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal23130.9400.900.88122.0787.886.47
Hex21F35E05A587a586
Octal237313601321301721306
Binary101111111101111001011010101100011110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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