#011904

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

Shades of Black Bean #011904

Tints of Black Bean #011904

Color information

#011904 (or 0x011904) is unknown color: approx Black Bean. HEX triplet: 01, 19 and 04. RGB value is (1,25,4). Sum of RGB (Red+Green+Blue) = 1+25+4=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 25 (10.16% from 255 or 83.33% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 25 - color contains mainly: green. Hex color #011904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011904 is #FEE6FB. Grayscale: #0F0F0F. Windows color (decimal): -16705276 or 268545. OLE color: 268545.

HSL color Cylindrical-coordinate representation of color #011904: hue angle of 127.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011904 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.90.

Color convert

RGB1254-
CMYK0.9600.840.90
HSL127.5º92.31%5.1%-
HSV(B)127.5º96%9.8%-
XYZ0.380.710.23-
YUV15.43121.55117.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.33%
GREEN value IS 25 (10.16% from 255) = 83.33%
BLUE value IS 4 (1.95% from 255) = 13.33%
R=3.33%
G=83.33%
B=13.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal12540.9600.840.90127.592.315.1
Hex1194600545A805c5
Octal131414001241322001345
Binary1110011001100000010101001011010100000001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011904; }

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

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

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

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

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

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

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

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