Html Css Color HEX #021403 Black Bean

📋 copy color: '#021403'

red 2 ◦ green 20 ◦ blue 3

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

Shades of Black Bean #021403

Tints of Black Bean #021403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 12%

R = 8%
G = 80%
B = 12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.92

RGB Variations

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

Color information

#021403 (or 0x021403) is known color: Black Bean. HEX triplet: 02, 14 and 03. RGB value is (2,20,3). Sum of RGB (Red+Green+Blue) = 2+20+3=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 20 (8.20% from 255 or 80% from 25); Blue value is 3 (1.56% from 255 or 12% from 25); Max value from RGB is 20 - color contains mainly: green. Hex color #021403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021403 is #FDEBFC. Grayscale: #0C0C0C. Windows color (decimal): -16641021 or 201730. OLE color: 201730.

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

Color convert

RGB 2 20 3 -
CMYK 0.90 0 0.85 0.92
HSL 123.33º 0.82% 0.04% -
HSV(B) 123.33º 0.9% 0.08% -
XYZ 0.29 0.52 0.17 -
YUV 12.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 2 20 3 0.90 0 0.85 0.92 123.33 0.82 0.04
Hex 2 14 3 5A 0 55 5C 7B 52 4
Octal 2 24 3 132 0 125 134 173 122 4
Binary 10 10100 11 1011010 0 1010101 1011100 1111011 1010010 100

Color Harmonies of #021403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021403

Black with #021403

Text Example


Text Example

White with #021403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021403; }

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

 H1.HeaderClassName
 {
   color: #021403;
 }
 .AnyTagClassName
 {
   color: #021403;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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