#021401

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

Shades of Black Bean #021401

Tints of Black Bean #021401

Color information

#021401 (or 0x021401) is unknown color: approx Black Bean. HEX triplet: 02, 14 and 01. RGB value is (2,20,1). Sum of RGB (Red+Green+Blue) = 2+20+1=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 20 (8.20% from 255 or 86.96% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 20 - color contains mainly: green. Hex color #021401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021401 is #FDEBFE. Grayscale: #0C0C0C. Windows color (decimal): -16641023 or 70658. OLE color: 70658.

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

Color convert

RGB2201-
CMYK0.9000.950.92
HSL116.84º90.48%4.12%-
HSV(B)116.84º95%7.84%-
XYZ0.280.520.11-
YUV12.45121.54120.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.70%
GREEN value IS 20 (8.20% from 255) = 86.96%
BLUE value IS 1 (0.78% from 255) = 4.35%
R=8.70%
G=86.96%
B=4.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal22010.9000.950.92116.8490.484.12
Hex21415A05F5C755a4
Octal224113201371341651324
Binary10101001101101001011111101110011101011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021401; }

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

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

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

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

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

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

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

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