#133116

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

Shades of Black Bean #133116

Tints of Black Bean #133116

Color information

#133116 (or 0x133116) is unknown color: approx Black Bean. HEX triplet: 13, 31 and 16. RGB value is (19,49,22). Sum of RGB (Red+Green+Blue) = 19+49+22=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #133116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133116 is #ECCEE9. Grayscale: #252525. Windows color (decimal): -15519466 or 1454355. OLE color: 1454355.

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

Color convert

RGB194922-
CMYK0.6100.550.81
HSL126º44.12%13.33%-
HSV(B)126º61.22%19.22%-
XYZ1.512.391.14-
YUV36.95119.56115.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.11%
GREEN value IS 49 (19.53% from 255) = 54.44%
BLUE value IS 22 (8.98% from 255) = 24.44%
R=21.11%
G=54.44%
B=24.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1949220.6100.550.8112644.1213.33
Hex1331163D037517e2cd
Octal236126750671211765415
Binary10011110001101101111010110111101000111111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133116; }

 p { color: rgb(19,49,22); }

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

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

 a { background-color: rgb(19,49,22); }

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

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

 span { border-color: rgb(19,49,22); }

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