Html Css Color HEX #021005 Black Bean

📋 copy color: '#021005'

red 2 ◦ green 16 ◦ blue 5

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

Shades of Black Bean #021005

Tints of Black Bean #021005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 21.74%

R = 8.7%
G = 69.57%
B = 21.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.94

RGB Variations

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

Color information

#021005 (or 0x021005) is known color: Black Bean. HEX triplet: 02, 10 and 05. RGB value is (2,16,5). Sum of RGB (Red+Green+Blue) = 2+16+5=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 16 (6.64% from 255 or 69.57% from 23); Blue value is 5 (2.34% from 255 or 21.74% from 23); Max value from RGB is 16 - color contains mainly: green. Hex color #021005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021005 is #FDEFFA. Grayscale: #0A0A0A. Windows color (decimal): -16642043 or 331778. OLE color: 331778.

HSL color Cylindrical-coordinate representation of color #021005: hue angle of 132.86º 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 #021005 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.94.

Color convert

RGB 2 16 5 -
CMYK 0.87 0 0.69 0.94
HSL 132.86º 0.78% 0.04% -
HSV(B) 132.86º 0.88% 0.06% -
XYZ 0.24 0.39 0.21 -
YUV 10.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 2 16 5 0.87 0 0.69 0.94 132.86 0.78 0.04
Hex 2 10 5 57 0 45 5E 85 4E 4
Octal 2 20 5 127 0 105 136 205 116 4
Binary 10 10000 101 1010111 0 1000101 1011110 10000101 1001110 100

Color Harmonies of #021005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021005

Black with #021005

Text Example


Text Example

White with #021005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021005; }

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

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

background-color css

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

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

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

border-color css

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

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

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