#011704

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

Shades of Black Bean #011704

Tints of Black Bean #011704

Color information

#011704 (or 0x011704) is unknown color: approx Black Bean. HEX triplet: 01, 17 and 04. RGB value is (1,23,4). Sum of RGB (Red+Green+Blue) = 1+23+4=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 23 (9.38% from 255 or 82.14% from 28); Blue value is 4 (1.95% from 255 or 14.29% from 28); Max value from RGB is 23 - color contains mainly: green. Hex color #011704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011704 is #FEE8FB. Grayscale: #0E0E0E. Windows color (decimal): -16705788 or 268033. OLE color: 268033.

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

Color convert

RGB1234-
CMYK0.9600.830.91
HSL128.18º91.67%4.71%-
HSV(B)128.18º95.65%9.02%-
XYZ0.340.630.22-
YUV14.26122.21118.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.57%
GREEN value IS 23 (9.38% from 255) = 82.14%
BLUE value IS 4 (1.95% from 255) = 14.29%
R=3.57%
G=82.14%
B=14.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal12340.9600.830.91128.1891.674.71
Hex1174600535B805c5
Octal127414001231332001345
Binary1101111001100000010100111011011100000001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011704; }

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

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

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

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

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

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

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

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