#061505

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

Shades of Black Bean #061505

Tints of Black Bean #061505

Color information

#061505 (or 0x061505) is unknown color: approx Black Bean. HEX triplet: 06, 15 and 05. RGB value is (6,21,5). Sum of RGB (Red+Green+Blue) = 6+21+5=32 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.75% from 32); Green value is 21 (8.59% from 255 or 65.62% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 21 - color contains mainly: green. Hex color #061505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061505 is #F9EAFA. Grayscale: #0E0E0E. Windows color (decimal): -16378619 or 333062. OLE color: 333062.

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

Color convert

RGB6215-
CMYK0.7100.760.92
HSL116.25º61.54%5.1%-
HSV(B)116.25º76.19%8.24%-
XYZ0.370.590.24-
YUV14.69122.53121.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 18.75%
GREEN value IS 21 (8.59% from 255) = 65.62%
BLUE value IS 5 (2.34% from 255) = 15.62%
R=18.75%
G=65.62%
B=15.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal62150.7100.760.92116.2561.545.1
Hex61554704C5C743e5
Octal62551070114134164765
Binary1101010110110001110100110010111001110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061505; }

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

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

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

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

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

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

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

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