#112713

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

Shades of Black Bean #112713

Tints of Black Bean #112713

Color information

#112713 (or 0x112713) is unknown color: approx Black Bean. HEX triplet: 11, 27 and 13. RGB value is (17,39,19). Sum of RGB (Red+Green+Blue) = 17+39+19=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 39 (15.62% from 255 or 52% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 39 - color contains mainly: green. Hex color #112713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112713 is #EED8EC. Grayscale: #1E1E1E. Windows color (decimal): -15653101 or 1255185. OLE color: 1255185.

HSL color Cylindrical-coordinate representation of color #112713: hue angle of 125.45º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #112713 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB173919-
CMYK0.5600.510.85
HSL125.45º39.29%10.98%-
HSV(B)125.45º56.41%15.29%-
XYZ1.071.620.87-
YUV30.14121.71118.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.67%
GREEN value IS 39 (15.62% from 255) = 52%
BLUE value IS 19 (7.81% from 255) = 25.33%
R=22.67%
G=52%
B=25.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1739190.5600.510.85125.4539.2910.98
Hex11271338033557d27b
Octal214723700631251754713
Binary10001100111100111110000110011101010111111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112713; }

 p { color: rgb(17,39,19); }

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

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

 a { background-color: rgb(17,39,19); }

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

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

 span { border-color: rgb(17,39,19); }

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