#132917

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

Shades of Black Bean #132917

Tints of Black Bean #132917

Color information

#132917 (or 0x132917) is unknown color: approx Black Bean. HEX triplet: 13, 29 and 17. RGB value is (19,41,23). Sum of RGB (Red+Green+Blue) = 19+41+23=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 23 (9.38% from 255 or 27.71% from 83); Max value from RGB is 41 - color contains mainly: green. Hex color #132917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132917 is #ECD6E8. Grayscale: #202020. Windows color (decimal): -15521513 or 1517843. OLE color: 1517843.

HSL color Cylindrical-coordinate representation of color #132917: hue angle of 130.91º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #132917 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.84.

Color convert

RGB194123-
CMYK0.5400.440.84
HSL130.91º36.67%11.76%-
HSV(B)130.91º53.66%16.08%-
XYZ1.221.791.09-
YUV32.37122.71118.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 41 (16.41% from 255) = 49.40%
BLUE value IS 23 (9.38% from 255) = 27.71%
R=22.89%
G=49.40%
B=27.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1941230.5400.440.84130.9136.6711.76
Hex1329173602C548325c
Octal235127660541242034514
Binary100111010011011111011001011001010100100000111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132917; }

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

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

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

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

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

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

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

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