Html Css Color HEX #021004 Black Bean

📋 copy color: '#021004'

red 2 ◦ green 16 ◦ blue 4

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

Shades of Black Bean #021004

Tints of Black Bean #021004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 72.73%

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

R = 9.09%
G = 72.73%
B = 18.18%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.75

 K value IS 0.94

RGB Variations

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

Color information

#021004 (or 0x021004) is known color: Black Bean. HEX triplet: 02, 10 and 04. RGB value is (2,16,4). Sum of RGB (Red+Green+Blue) = 2+16+4=22 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.09% from 22); Green value is 16 (6.64% from 255 or 72.73% from 22); Blue value is 4 (1.95% from 255 or 18.18% from 22); Max value from RGB is 16 - color contains mainly: green. Hex color #021004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021004 is #FDEFFB. Grayscale: #0A0A0A. Windows color (decimal): -16642044 or 266242. OLE color: 266242.

HSL color Cylindrical-coordinate representation of color #021004: hue angle of 128.57º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #021004 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.94.

Color convert

RGB 2 16 4 -
CMYK 0.87 0 0.75 0.94
HSL 128.57º 0.78% 0.04% -
HSV(B) 128.57º 0.88% 0.06% -
XYZ 0.23 0.39 0.18 -
YUV 10.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 2 16 4 0.87 0 0.75 0.94 128.57 0.78 0.04
Hex 2 10 4 57 0 4B 5E 81 4E 4
Octal 2 20 4 127 0 113 136 201 116 4
Binary 10 10000 100 1010111 0 1001011 1011110 10000001 1001110 100

Color Harmonies of #021004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021004

Black with #021004

Text Example


Text Example

White with #021004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021004; }

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

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

background-color css

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

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

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

border-color css

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

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

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