#011505

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

Shades of Black Bean #011505

Tints of Black Bean #011505

Color information

#011505 (or 0x011505) is unknown color: approx Black Bean. HEX triplet: 01, 15 and 05. RGB value is (1,21,5). Sum of RGB (Red+Green+Blue) = 1+21+5=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 21 (8.59% from 255 or 77.78% from 27); Blue value is 5 (2.34% from 255 or 18.52% from 27); Max value from RGB is 21 - color contains mainly: green. Hex color #011505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011505 is #FEEAFA. Grayscale: #0D0D0D. Windows color (decimal): -16706299 or 333057. OLE color: 333057.

HSL color Cylindrical-coordinate representation of color #011505: hue angle of 132º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011505 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.92.

Color convert

RGB1215-
CMYK0.9500.760.92
HSL132º90.91%4.31%-
HSV(B)132º95.24%8.24%-
XYZ0.310.550.23-
YUV13.2123.37119.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.70%
GREEN value IS 21 (8.59% from 255) = 77.78%
BLUE value IS 5 (2.34% from 255) = 18.52%
R=3.70%
G=77.78%
B=18.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal12150.9500.760.9213290.914.31
Hex11555F04C5C845b4
Octal125513701141342041334
Binary1101011011011111010011001011100100001001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011505; }

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

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

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

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

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

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

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

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