#113015

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

Shades of Black Bean #113015

Tints of Black Bean #113015

Color information

#113015 (or 0x113015) is unknown color: approx Black Bean. HEX triplet: 11, 30 and 15. RGB value is (17,48,21). Sum of RGB (Red+Green+Blue) = 17+48+21=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #113015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113015 is #EECFEA. Grayscale: #232323. Windows color (decimal): -15650795 or 1388561. OLE color: 1388561.

HSL color Cylindrical-coordinate representation of color #113015: hue angle of 127.74º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113015 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB174821-
CMYK0.6500.560.81
HSL127.74º47.69%12.75%-
HSV(B)127.74º64.58%18.82%-
XYZ1.422.291.08-
YUV35.65119.73114.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 48 (19.14% from 255) = 55.81%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=19.77%
G=55.81%
B=24.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748210.6500.560.81127.7447.6912.75
Hex11301541038518030d
Octal2160251010701212006015
Binary1000111000010101100000101110001010001100000001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113015; }

 p { color: rgb(17,48,21); }

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

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

 a { background-color: rgb(17,48,21); }

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

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

 span { border-color: rgb(17,48,21); }

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