#021203

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

Shades of Black Bean #021203

Tints of Black Bean #021203

Color information

#021203 (or 0x021203) is unknown color: approx Black Bean. HEX triplet: 02, 12 and 03. RGB value is (2,18,3). Sum of RGB (Red+Green+Blue) = 2+18+3=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 18 (7.42% from 255 or 78.26% from 23); Blue value is 3 (1.56% from 255 or 13.04% from 23); Max value from RGB is 18 - color contains mainly: green. Hex color #021203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021203 is #FDEDFC. Grayscale: #0B0B0B. Windows color (decimal): -16641533 or 201218. OLE color: 201218.

HSL color Cylindrical-coordinate representation of color #021203: hue angle of 123.75º degrees, saturation: 0.8, 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 #021203 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.93.

Color convert

RGB2183-
CMYK0.8900.830.93
HSL123.75º80%3.92%-
HSV(B)123.75º88.89%7.06%-
XYZ0.260.450.16-
YUV11.51123.2121.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.70%
GREEN value IS 18 (7.42% from 255) = 78.26%
BLUE value IS 3 (1.56% from 255) = 13.04%
R=8.70%
G=78.26%
B=13.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal21830.8900.830.93123.75803.92
Hex2123590535D7c504
Octal222313101231351741204
Binary101001011101100101010011101110111111001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021203; }

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

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

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

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

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

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

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

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