#021301

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

Shades of Black Bean #021301

Tints of Black Bean #021301

Color information

#021301 (or 0x021301) is unknown color: approx Black Bean. HEX triplet: 02, 13 and 01. RGB value is (2,19,1). Sum of RGB (Red+Green+Blue) = 2+19+1=22 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.09% from 22); Green value is 19 (7.81% from 255 or 86.36% from 22); Blue value is 1 (0.78% from 255 or 4.55% from 22); Max value from RGB is 19 - color contains mainly: green. Hex color #021301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021301 is #FDECFE. Grayscale: #0B0B0B. Windows color (decimal): -16641279 or 70402. OLE color: 70402.

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

Color convert

RGB2191-
CMYK0.8900.950.93
HSL116.67º90%3.92%-
HSV(B)116.67º94.74%7.45%-
XYZ0.260.480.11-
YUV11.86121.87120.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 9.09%
GREEN value IS 19 (7.81% from 255) = 86.36%
BLUE value IS 1 (0.78% from 255) = 4.55%
R=9.09%
G=86.36%
B=4.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal21910.8900.950.93116.67903.92
Hex21315905F5D755a4
Octal223113101371351651324
Binary10100111101100101011111101110111101011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021301; }

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

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

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

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

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

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

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

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