Html Css Color HEX #021401 Black Bean

📋 copy color: '#021401'

red 2 ◦ green 20 ◦ blue 1

#021401
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #021401

Tints of Black Bean #021401

RGB

 RED value IS 2 (1.17% from 255) = 8.7%

 GREEN value IS 20 (8.2% from 255) = 86.96%

 BLUE value IS 1 (0.78% from 255) = 4.35%

R = 8.7%
G = 86.96%
B = 4.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#021401 (or 0x021401) is known color: 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

RGB 2 20 1 -
CMYK 0.90 0 0.95 0.92
HSL 116.84º 0.9% 0.04% -
HSV(B) 116.84º 0.95% 0.08% -
XYZ 0.28 0.52 0.11 -
YUV 12.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 2 20 1 0.90 0 0.95 0.92 116.84 0.9 0.04
Hex 2 14 1 5A 0 5F 5C 75 5A 4
Octal 2 24 1 132 0 137 134 165 132 4
Binary 10 10100 1 1011010 0 1011111 1011100 1110101 1011010 100

Color Harmonies of #021401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021401

Black with #021401

Text Example


Text Example

White with #021401

Text Example


Text Example

HTML Codes & Css Web 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>