#132817

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

Shades of Black Bean #132817

Tints of Black Bean #132817

Color information

#132817 (or 0x132817) is unknown color: approx Black Bean. HEX triplet: 13, 28 and 17. RGB value is (19,40,23). Sum of RGB (Red+Green+Blue) = 19+40+23=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 40 - color contains mainly: green. Hex color #132817 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132817 is #ECD7E8. Grayscale: #1F1F1F. Windows color (decimal): -15521769 or 1517587. OLE color: 1517587.

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

Color convert

RGB194023-
CMYK0.5200.430.84
HSL131.43º35.59%11.57%-
HSV(B)131.43º52.5%15.69%-
XYZ1.181.721.08-
YUV31.78123.04118.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 40 (16.02% from 255) = 48.78%
BLUE value IS 23 (9.38% from 255) = 28.05%
R=23.17%
G=48.78%
B=28.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1940230.5200.430.84131.4335.5911.57
Hex1328173402B548324c
Octal235027640531242034414
Binary100111010001011111010001010111010100100000111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132817; }

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

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

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

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

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

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

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

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