Html Css Color HEX #021102 Black Bean

📋 copy color: '#021102'

red 2 ◦ green 17 ◦ blue 2

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

Shades of Black Bean #021102

Tints of Black Bean #021102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 9.52%

R = 9.52%
G = 80.95%
B = 9.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.88

 K value IS 0.93

RGB Variations

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

Color information

#021102 (or 0x021102) is known color: Black Bean. HEX triplet: 02, 11 and 02. RGB value is (2,17,2). Sum of RGB (Red+Green+Blue) = 2+17+2=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 17 (7.03% from 255 or 80.95% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 17 - color contains mainly: green. Hex color #021102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021102 is #FDEEFD. Grayscale: #0A0A0A. Windows color (decimal): -16641790 or 135426. OLE color: 135426.

HSL color Cylindrical-coordinate representation of color #021102: hue angle of 120º 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 #021102 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 17 2 -
CMYK 0.88 0 0.88 0.93
HSL 120º 0.79% 0.04% -
HSV(B) 120º 0.88% 0.07% -
XYZ 0.24 0.42 0.13 -
YUV 10.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 2 17 2 0.88 0 0.88 0.93 120 0.79 0.04
Hex 2 11 2 58 0 58 5D 78 4F 4
Octal 2 21 2 130 0 130 135 170 117 4
Binary 10 10001 10 1011000 0 1011000 1011101 1111000 1001111 100

Color Harmonies of #021102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021102

Black with #021102

Text Example


Text Example

White with #021102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021102; }

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

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

background-color css

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

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

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

border-color css

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

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

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