#132117

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

Shades of Black Bean #132117

Tints of Black Bean #132117

Color information

#132117 (or 0x132117) is unknown color: approx Black Bean. HEX triplet: 13, 21 and 17. RGB value is (19,33,23). Sum of RGB (Red+Green+Blue) = 19+33+23=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 33 - color contains mainly: green. Hex color #132117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132117 is #ECDEE8. Grayscale: #1B1B1B. Windows color (decimal): -15523561 or 1515795. OLE color: 1515795.

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

Color convert

RGB193323-
CMYK0.4200.300.87
HSL137.14º26.92%10.2%-
HSV(B)137.14º42.42%12.94%-
XYZ0.971.291.01-
YUV27.67125.36121.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.33%
GREEN value IS 33 (13.28% from 255) = 44%
BLUE value IS 23 (9.38% from 255) = 30.67%
R=25.33%
G=44%
B=30.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1933230.4200.300.87137.1426.9210.2
Hex1321172A01E57891ba
Octal234127520361272113312
Binary1001110000110111101010011110101011110001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132117; }

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

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

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

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

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

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

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

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