#021104

Color #021104 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #021104

Tints of Black Bean #021104

Color information

#021104 (or 0x021104) is unknown color: approx Black Bean. HEX triplet: 02, 11 and 04. RGB value is (2,17,4). Sum of RGB (Red+Green+Blue) = 2+17+4=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 17 (7.03% from 255 or 73.91% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 17 - color contains mainly: green. Hex color #021104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021104 is #FDEEFB. Grayscale: #0B0B0B. Windows color (decimal): -16641788 or 266498. OLE color: 266498.

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

Color convert

RGB2174-
CMYK0.8800.760.93
HSL128º78.95%3.73%-
HSV(B)128º88.24%6.67%-
XYZ0.250.420.18-
YUV11.03124.03121.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.70%
GREEN value IS 17 (7.03% from 255) = 73.91%
BLUE value IS 4 (1.95% from 255) = 17.39%
R=8.70%
G=73.91%
B=17.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal21740.8800.760.9312878.953.73
Hex21145804C5D804f4
Octal221413001141352001174
Binary10100011001011000010011001011101100000001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021104; }

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

 H1.HeaderClassName
 {
   color: #021104;
 }
 .AnyTagClassName
 {
   color: #021104;
 }
</style>
background-color css

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

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

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

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

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

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