Html Css Color HEX #021404 Black Bean

📋 copy color: '#021404'

red 2 ◦ green 20 ◦ blue 4

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

Shades of Black Bean #021404

Tints of Black Bean #021404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 15.38%

R = 7.69%
G = 76.92%
B = 15.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.92

RGB Variations

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

Color information

#021404 (or 0x021404) is known color: Black Bean. HEX triplet: 02, 14 and 04. RGB value is (2,20,4). Sum of RGB (Red+Green+Blue) = 2+20+4=26 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.69% from 26); Green value is 20 (8.20% from 255 or 76.92% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 20 - color contains mainly: green. Hex color #021404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021404 is #FDEBFB. Grayscale: #0C0C0C. Windows color (decimal): -16641020 or 267266. OLE color: 267266.

HSL color Cylindrical-coordinate representation of color #021404: hue angle of 126.67º 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 #021404 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 20 4 -
CMYK 0.90 0 0.80 0.92
HSL 126.67º 0.82% 0.04% -
HSV(B) 126.67º 0.9% 0.08% -
XYZ 0.3 0.52 0.2 -
YUV 12.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 2 20 4 0.90 0 0.80 0.92 126.67 0.82 0.04
Hex 2 14 4 5A 0 50 5C 7F 52 4
Octal 2 24 4 132 0 120 134 177 122 4
Binary 10 10100 100 1011010 0 1010000 1011100 1111111 1010010 100

Color Harmonies of #021404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021404

Black with #021404

Text Example


Text Example

White with #021404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021404; }

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

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

background-color css

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

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

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

border-color css

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

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

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