#011504

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

Shades of Black Bean #011504

Tints of Black Bean #011504

Color information

#011504 (or 0x011504) is unknown color: approx Black Bean. HEX triplet: 01, 15 and 04. RGB value is (1,21,4). Sum of RGB (Red+Green+Blue) = 1+21+4=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 21 (8.59% from 255 or 80.77% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 21 - color contains mainly: green. Hex color #011504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011504 is #FEEAFB. Grayscale: #0D0D0D. Windows color (decimal): -16706300 or 267521. OLE color: 267521.

HSL color Cylindrical-coordinate representation of color #011504: hue angle of 129º degrees, saturation: 0.91, 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 #011504 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.92.

Color convert

RGB1214-
CMYK0.9500.810.92
HSL129º90.91%4.31%-
HSV(B)129º95.24%8.24%-
XYZ0.30.550.21-
YUV13.08122.87119.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.85%
GREEN value IS 21 (8.59% from 255) = 80.77%
BLUE value IS 4 (1.95% from 255) = 15.38%
R=3.85%
G=80.77%
B=15.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal12140.9500.810.9212990.914.31
Hex11545F0515C815b4
Octal125413701211342011334
Binary1101011001011111010100011011100100000011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011504; }

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

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

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

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

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

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

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

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