#112817

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

Shades of Black Bean #112817

Tints of Black Bean #112817

Color information

#112817 (or 0x112817) is unknown color: approx Black Bean. HEX triplet: 11, 28 and 17. RGB value is (17,40,23). Sum of RGB (Red+Green+Blue) = 17+40+23=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #112817 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112817 is #EED7E8. Grayscale: #1F1F1F. Windows color (decimal): -15652841 or 1517585. OLE color: 1517585.

HSL color Cylindrical-coordinate representation of color #112817: hue angle of 135.65º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112817 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB174023-
CMYK0.5700.430.84
HSL135.65º40.35%11.18%-
HSV(B)135.65º57.5%15.69%-
XYZ1.141.71.08-
YUV31.18123.38117.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.25%
GREEN value IS 40 (16.02% from 255) = 50%
BLUE value IS 23 (9.38% from 255) = 28.75%
R=21.25%
G=50%
B=28.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1740230.5700.430.84135.6540.3511.18
Hex1128173902B548828b
Octal215027710531242105013
Binary100011010001011111100101010111010100100010001010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112817; }

 p { color: rgb(17,40,23); }

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

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

 a { background-color: rgb(17,40,23); }

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

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

 span { border-color: rgb(17,40,23); }

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