#132017

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

Shades of Black Bean #132017

Tints of Black Bean #132017

Color information

#132017 (or 0x132017) is unknown color: approx Black Bean. HEX triplet: 13, 20 and 17. RGB value is (19,32,23). Sum of RGB (Red+Green+Blue) = 19+32+23=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 32 - color contains mainly: green. Hex color #132017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132017 is #ECDFE8. Grayscale: #1B1B1B. Windows color (decimal): -15523817 or 1515539. OLE color: 1515539.

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

Color convert

RGB193223-
CMYK0.4100.280.87
HSL138.46º25.49%10%-
HSV(B)138.46º40.62%12.55%-
XYZ0.941.231-
YUV27.09125.69122.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.68%
GREEN value IS 32 (12.89% from 255) = 43.24%
BLUE value IS 23 (9.38% from 255) = 31.08%
R=25.68%
G=43.24%
B=31.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1932230.4100.280.87138.4625.4910
Hex1320172901C578a19a
Octal234027510341272123112
Binary1001110000010111101001011100101011110001010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132017; }

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

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

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

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

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

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

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

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