#131C15

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

Shades of Black Bean #131C15

Tints of Black Bean #131C15

Color information

#131C15 (or 0x131C15) is unknown color: approx Black Bean. HEX triplet: 13, 1C and 15. RGB value is (19,28,21). Sum of RGB (Red+Green+Blue) = 19+28+21=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 28 - color contains mainly: green. Hex color #131C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C15 is #ECE3EA. Grayscale: #181818. Windows color (decimal): -15524843 or 1383443. OLE color: 1383443.

HSL color Cylindrical-coordinate representation of color #131C15: hue angle of 133.33º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #131C15 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.89.

Color convert

RGB192821-
CMYK0.3200.250.89
HSL133.33º19.15%9.22%-
HSV(B)133.33º32.14%10.98%-
XYZ0.821.020.86-
YUV24.51126.02124.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.94%
GREEN value IS 28 (11.33% from 255) = 41.18%
BLUE value IS 21 (8.59% from 255) = 30.88%
R=27.94%
G=41.18%
B=30.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1928210.3200.250.89133.3319.159.22
Hex131C15200195985139
Octal233425400311312052311
Binary100111110010101100000011001101100110000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131C15; }

 p { color: rgb(19,28,21); }

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

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

 a { background-color: rgb(19,28,21); }

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

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

 span { border-color: rgb(19,28,21); }

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