#011204

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

Shades of Black Bean #011204

Tints of Black Bean #011204

Color information

#011204 (or 0x011204) is unknown color: approx Black Bean. HEX triplet: 01, 12 and 04. RGB value is (1,18,4). Sum of RGB (Red+Green+Blue) = 1+18+4=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 18 (7.42% from 255 or 78.26% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 18 - color contains mainly: green. Hex color #011204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011204 is #FEEDFB. Grayscale: #0B0B0B. Windows color (decimal): -16707068 or 266753. OLE color: 266753.

HSL color Cylindrical-coordinate representation of color #011204: hue angle of 130.59º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011204 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.93.

Color convert

RGB1184-
CMYK0.9400.780.93
HSL130.59º89.47%3.73%-
HSV(B)130.59º94.44%7.06%-
XYZ0.250.450.19-
YUV11.32123.87120.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.35%
GREEN value IS 18 (7.42% from 255) = 78.26%
BLUE value IS 4 (1.95% from 255) = 17.39%
R=4.35%
G=78.26%
B=17.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal11840.9400.780.93130.5989.473.73
Hex11245E04E5D83594
Octal122413601161352031314
Binary1100101001011110010011101011101100000111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011204; }

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

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

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

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

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

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

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

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