Html Css Color HEX #021001 Black Bean

📋 copy color: '#021001'

red 2 ◦ green 16 ◦ blue 1

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

Shades of Black Bean #021001

Tints of Black Bean #021001

RGB

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

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

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

R = 10.53%
G = 84.21%
B = 5.26%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.94

 K value IS 0.94

RGB Variations

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

Color information

#021001 (or 0x021001) is known color: Black Bean. HEX triplet: 02, 10 and 01. RGB value is (2,16,1). Sum of RGB (Red+Green+Blue) = 2+16+1=19 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10.53% from 19); Green value is 16 (6.64% from 255 or 84.21% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 16 - color contains mainly: green. Hex color #021001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021001 is #FDEFFE. Grayscale: #0A0A0A. Windows color (decimal): -16642047 or 69634. OLE color: 69634.

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

Color convert

RGB 2 16 1 -
CMYK 0.87 0 0.94 0.94
HSL 116º 0.88% 0.03% -
HSV(B) 116º 0.94% 0.06% -
XYZ 0.22 0.39 0.09 -
YUV 10.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 2 16 1 0.87 0 0.94 0.94 116 0.88 0.03
Hex 2 10 1 57 0 5E 5E 74 58 3
Octal 2 20 1 127 0 136 136 164 130 3
Binary 10 10000 1 1010111 0 1011110 1011110 1110100 1011000 11

Color Harmonies of #021001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021001

Black with #021001

Text Example


Text Example

White with #021001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021001; }

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

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

background-color css

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

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

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

border-color css

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

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

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