#011705

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

Shades of Black Bean #011705

Tints of Black Bean #011705

Color information

#011705 (or 0x011705) is unknown color: approx Black Bean. HEX triplet: 01, 17 and 05. RGB value is (1,23,5). Sum of RGB (Red+Green+Blue) = 1+23+5=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 23 (9.38% from 255 or 79.31% from 29); Blue value is 5 (2.34% from 255 or 17.24% from 29); Max value from RGB is 23 - color contains mainly: green. Hex color #011705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011705 is #FEE8FA. Grayscale: #0E0E0E. Windows color (decimal): -16705787 or 333569. OLE color: 333569.

HSL color Cylindrical-coordinate representation of color #011705: hue angle of 130.91º 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 #011705 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.91.

Color convert

RGB1235-
CMYK0.9600.780.91
HSL130.91º91.67%4.71%-
HSV(B)130.91º95.65%9.02%-
XYZ0.350.630.25-
YUV14.37122.71118.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.45%
GREEN value IS 23 (9.38% from 255) = 79.31%
BLUE value IS 5 (2.34% from 255) = 17.24%
R=3.45%
G=79.31%
B=17.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal12350.9600.780.91130.9191.674.71
Hex11756004E5B835c5
Octal127514001161332031345
Binary1101111011100000010011101011011100000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011705; }

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

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

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

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

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

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

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

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