#021403

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

Shades of Black Bean #021403

Tints of Black Bean #021403

Color information

#021403 (or 0x021403) is unknown color: approx Black Bean. HEX triplet: 02, 14 and 03. RGB value is (2,20,3). Sum of RGB (Red+Green+Blue) = 2+20+3=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 20 (8.20% from 255 or 80% from 25); Blue value is 3 (1.56% from 255 or 12% from 25); Max value from RGB is 20 - color contains mainly: green. Hex color #021403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021403 is #FDEBFC. Grayscale: #0C0C0C. Windows color (decimal): -16641021 or 201730. OLE color: 201730.

HSL color Cylindrical-coordinate representation of color #021403: hue angle of 123.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021403 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.92.

Color convert

RGB2203-
CMYK0.9000.850.92
HSL123.33º81.82%4.31%-
HSV(B)123.33º90%7.84%-
XYZ0.290.520.17-
YUV12.68122.54120.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8%
GREEN value IS 20 (8.20% from 255) = 80%
BLUE value IS 3 (1.56% from 255) = 12%
R=8%
G=80%
B=12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal22030.9000.850.92123.3381.824.31
Hex21435A0555C7b524
Octal224313201251341731224
Binary101010011101101001010101101110011110111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021403; }

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

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

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

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

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

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

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

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