#011604

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

Shades of Black Bean #011604

Tints of Black Bean #011604

Color information

#011604 (or 0x011604) is unknown color: approx Black Bean. HEX triplet: 01, 16 and 04. RGB value is (1,22,4). Sum of RGB (Red+Green+Blue) = 1+22+4=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 22 (8.98% from 255 or 81.48% from 27); Blue value is 4 (1.95% from 255 or 14.81% from 27); Max value from RGB is 22 - color contains mainly: green. Hex color #011604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011604 is #FEE9FB. Grayscale: #0D0D0D. Windows color (decimal): -16706044 or 267777. OLE color: 267777.

HSL color Cylindrical-coordinate representation of color #011604: hue angle of 128.57º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011604 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.91.

Color convert

RGB1224-
CMYK0.9500.820.91
HSL128.57º91.3%4.51%-
HSV(B)128.57º95.45%8.63%-
XYZ0.320.590.21-
YUV13.67122.54118.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.70%
GREEN value IS 22 (8.98% from 255) = 81.48%
BLUE value IS 4 (1.95% from 255) = 14.81%
R=3.70%
G=81.48%
B=14.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal12240.9500.820.91128.5791.34.51
Hex11645F0525B815b5
Octal126413701221332011335
Binary1101101001011111010100101011011100000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011604; }

 p { color: rgb(1,22,4); }

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

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

 a { background-color: rgb(1,22,4); }

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

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

 span { border-color: rgb(1,22,4); }

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