Html Css Color HEX #021105 Black Bean

📋 copy color: '#021105'

red 2 ◦ green 17 ◦ blue 5

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

Shades of Black Bean #021105

Tints of Black Bean #021105

RGB

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

 GREEN value IS 17 (7.03% from 255) = 70.83%

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

R = 8.33%
G = 70.83%
B = 20.83%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.93

RGB Variations

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

Color information

#021105 (or 0x021105) is known color: Black Bean. HEX triplet: 02, 11 and 05. RGB value is (2,17,5). Sum of RGB (Red+Green+Blue) = 2+17+5=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 17 (7.03% from 255 or 70.83% from 24); Blue value is 5 (2.34% from 255 or 20.83% from 24); Max value from RGB is 17 - color contains mainly: green. Hex color #021105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021105 is #FDEEFA. Grayscale: #0B0B0B. Windows color (decimal): -16641787 or 332034. OLE color: 332034.

HSL color Cylindrical-coordinate representation of color #021105: hue angle of 132º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #021105 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 17 5 -
CMYK 0.88 0 0.71 0.93
HSL 132º 0.79% 0.04% -
HSV(B) 132º 0.88% 0.07% -
XYZ 0.25 0.42 0.21 -
YUV 11.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 2 17 5 0.88 0 0.71 0.93 132 0.79 0.04
Hex 2 11 5 58 0 47 5D 84 4F 4
Octal 2 21 5 130 0 107 135 204 117 4
Binary 10 10001 101 1011000 0 1000111 1011101 10000100 1001111 100

Color Harmonies of #021105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021105

Black with #021105

Text Example


Text Example

White with #021105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021105; }

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

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

background-color css

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

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

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

border-color css

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

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

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