#011404

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

Shades of Black Bean #011404

Tints of Black Bean #011404

Color information

#011404 (or 0x011404) is unknown color: approx Black Bean. HEX triplet: 01, 14 and 04. RGB value is (1,20,4). Sum of RGB (Red+Green+Blue) = 1+20+4=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 20 (8.20% from 255 or 80% from 25); Blue value is 4 (1.95% from 255 or 16% from 25); Max value from RGB is 20 - color contains mainly: green. Hex color #011404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011404 is #FEEBFB. Grayscale: #0C0C0C. Windows color (decimal): -16706556 or 267265. OLE color: 267265.

HSL color Cylindrical-coordinate representation of color #011404: hue angle of 129.47º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011404 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.92.

Color convert

RGB1204-
CMYK0.9500.800.92
HSL129.47º90.48%4.12%-
HSV(B)129.47º95%7.84%-
XYZ0.280.520.2-
YUV12.49123.21119.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4%
GREEN value IS 20 (8.20% from 255) = 80%
BLUE value IS 4 (1.95% from 255) = 16%
R=4%
G=80%
B=16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal12040.9500.800.92129.4790.484.12
Hex11445F0505C815a4
Octal124413701201342011324
Binary1101001001011111010100001011100100000011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011404; }

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

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

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

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

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

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

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

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