#011004

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

Shades of Black Bean #011004

Tints of Black Bean #011004

Color information

#011004 (or 0x011004) is unknown color: approx Black Bean. HEX triplet: 01, 10 and 04. RGB value is (1,16,4). Sum of RGB (Red+Green+Blue) = 1+16+4=21 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.76% from 21); Green value is 16 (6.64% from 255 or 76.19% from 21); Blue value is 4 (1.95% from 255 or 19.05% from 21); Max value from RGB is 16 - color contains mainly: green. Hex color #011004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011004 is #FEEFFB. Grayscale: #0A0A0A. Windows color (decimal): -16707580 or 266241. OLE color: 266241.

HSL color Cylindrical-coordinate representation of color #011004: hue angle of 132º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011004 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.94.

Color convert

RGB1164-
CMYK0.9400.750.94
HSL132º88.24%3.33%-
HSV(B)132º93.75%6.27%-
XYZ0.220.390.18-
YUV10.15124.53121.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.76%
GREEN value IS 16 (6.64% from 255) = 76.19%
BLUE value IS 4 (1.95% from 255) = 19.05%
R=4.76%
G=76.19%
B=19.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal11640.9400.750.9413288.243.33
Hex11045E04B5E84583
Octal120413601131362041303
Binary110000100101111001001011101111010000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011004; }

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

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

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

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

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

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

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

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