#133117

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

Shades of Black Bean #133117

Tints of Black Bean #133117

Color information

#133117 (or 0x133117) is unknown color: approx Black Bean. HEX triplet: 13, 31 and 17. RGB value is (19,49,23). Sum of RGB (Red+Green+Blue) = 19+49+23=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #133117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133117 is #ECCEE8. Grayscale: #252525. Windows color (decimal): -15519465 or 1519891. OLE color: 1519891.

HSL color Cylindrical-coordinate representation of color #133117: hue angle of 128º 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 #133117 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB194923-
CMYK0.6100.530.81
HSL128º44.12%13.33%-
HSV(B)128º61.22%19.22%-
XYZ1.522.41.19-
YUV37.07120.06115.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 49 (19.53% from 255) = 53.85%
BLUE value IS 23 (9.38% from 255) = 25.27%
R=20.88%
G=53.85%
B=25.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1949230.6100.530.8112844.1213.33
Hex1331173D03551802cd
Octal236127750651212005415
Binary100111100011011111110101101011010001100000001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133117; }

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

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

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

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

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

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

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

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