#112012

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

Shades of Black Bean #112012

Tints of Black Bean #112012

Color information

#112012 (or 0x112012) is unknown color: approx Black Bean. HEX triplet: 11, 20 and 12. RGB value is (17,32,18). Sum of RGB (Red+Green+Blue) = 17+32+18=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 32 (12.89% from 255 or 47.76% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 32 - color contains mainly: green. Hex color #112012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112012 is #EEDFED. Grayscale: #191919. Windows color (decimal): -15654894 or 1187857. OLE color: 1187857.

HSL color Cylindrical-coordinate representation of color #112012: hue angle of 124º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #112012 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB173218-
CMYK0.4700.440.87
HSL124º30.61%9.61%-
HSV(B)124º46.88%12.55%-
XYZ0.861.20.76-
YUV25.92123.53121.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 32 (12.89% from 255) = 47.76%
BLUE value IS 18 (7.42% from 255) = 26.87%
R=25.37%
G=47.76%
B=26.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1732180.4700.440.8712430.619.61
Hex1120122F02C577c1fa
Octal214022570541271743712
Binary1000110000010010101111010110010101111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112012; }

 p { color: rgb(17,32,18); }

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

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

 a { background-color: rgb(17,32,18); }

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

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

 span { border-color: rgb(17,32,18); }

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