#011805

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

Shades of Black Bean #011805

Tints of Black Bean #011805

Color information

#011805 (or 0x011805) is unknown color: approx Black Bean. HEX triplet: 01, 18 and 05. RGB value is (1,24,5). Sum of RGB (Red+Green+Blue) = 1+24+5=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 24 (9.77% from 255 or 80% from 30); Blue value is 5 (2.34% from 255 or 16.67% from 30); Max value from RGB is 24 - color contains mainly: green. Hex color #011805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011805 is #FEE7FA. Grayscale: #0F0F0F. Windows color (decimal): -16705531 or 333825. OLE color: 333825.

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

Color convert

RGB1245-
CMYK0.9600.790.91
HSL130.43º92%4.9%-
HSV(B)130.43º95.83%9.41%-
XYZ0.370.670.25-
YUV14.96122.38118.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.33%
GREEN value IS 24 (9.77% from 255) = 80%
BLUE value IS 5 (2.34% from 255) = 16.67%
R=3.33%
G=80%
B=16.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal12450.9600.790.91130.43924.9
Hex11856004F5B825c5
Octal130514001171332021345
Binary1110001011100000010011111011011100000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011805; }

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

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

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

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

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

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

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

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