#001604

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

Shades of Black Bean #001604

Tints of Black Bean #001604

Color information

#001604 (or 0x001604) is unknown color: approx Black Bean. HEX triplet: 00, 16 and 04. RGB value is (0,22,4). Sum of RGB (Red+Green+Blue) = 0+22+4=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 22 (8.98% from 255 or 84.62% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 22 - color contains mainly: green. Hex color #001604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001604 is #FFE9FB. Grayscale: #0D0D0D. Windows color (decimal): -16771580 or 267776. OLE color: 267776.

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

Color convert

RGB0224-
CMYK100.820.91
HSL130.91º100%4.31%-
HSV(B)130.91º100%8.63%-
XYZ0.310.580.21-
YUV13.37122.71118.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 84.62%
BLUE value IS 4 (1.95% from 255) = 15.38%
R=0%
G=84.62%
B=15.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0224100.820.91130.911004.31
Hex0164640525B83644
Octal026414401221332031444
Binary0101101001100100010100101011011100000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001604; }

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

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

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

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

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

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

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

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