#131C13

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

Shades of Black Bean #131C13

Tints of Black Bean #131C13

Color information

#131C13 (or 0x131C13) is unknown color: approx Black Bean. HEX triplet: 13, 1C and 13. RGB value is (19,28,19). Sum of RGB (Red+Green+Blue) = 19+28+19=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 28 - color contains mainly: green. Hex color #131C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C13 is #ECE3EC. Grayscale: #181818. Windows color (decimal): -15524845 or 1252371. OLE color: 1252371.

HSL color Cylindrical-coordinate representation of color #131C13: hue angle of 120º 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 #131C13 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.89.

Color convert

RGB192819-
CMYK0.3200.320.89
HSL120º19.15%9.22%-
HSV(B)120º32.14%10.98%-
XYZ0.81.020.77-
YUV24.28125.02124.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.79%
GREEN value IS 28 (11.33% from 255) = 42.42%
BLUE value IS 19 (7.81% from 255) = 28.79%
R=28.79%
G=42.42%
B=28.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1928190.3200.320.8912019.159.22
Hex131C13200205978139
Octal233423400401311702311
Binary100111110010011100000010000010110011111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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