#021303

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

Shades of Black Bean #021303

Tints of Black Bean #021303

Color information

#021303 (or 0x021303) is unknown color: approx Black Bean. HEX triplet: 02, 13 and 03. RGB value is (2,19,3). Sum of RGB (Red+Green+Blue) = 2+19+3=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 19 (7.81% from 255 or 79.17% from 24); Blue value is 3 (1.56% from 255 or 12.5% from 24); Max value from RGB is 19 - color contains mainly: green. Hex color #021303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021303 is #FDECFC. Grayscale: #0C0C0C. Windows color (decimal): -16641277 or 201474. OLE color: 201474.

HSL color Cylindrical-coordinate representation of color #021303: hue angle of 123.53º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #021303 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.93.

Color convert

RGB2193-
CMYK0.8900.840.93
HSL123.53º80.95%4.12%-
HSV(B)123.53º89.47%7.45%-
XYZ0.270.490.17-
YUV12.09122.87120.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.33%
GREEN value IS 19 (7.81% from 255) = 79.17%
BLUE value IS 3 (1.56% from 255) = 12.5%
R=8.33%
G=79.17%
B=12.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal21930.8900.840.93123.5380.954.12
Hex2133590545D7c514
Octal223313101241351741214
Binary101001111101100101010100101110111111001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021303; }

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

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

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

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

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

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

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

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