#131C14

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

Shades of Black Bean #131C14

Tints of Black Bean #131C14

Color information

#131C14 (or 0x131C14) is unknown color: approx Black Bean. HEX triplet: 13, 1C and 14. RGB value is (19,28,20). Sum of RGB (Red+Green+Blue) = 19+28+20=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 28 - color contains mainly: green. Hex color #131C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C14 is #ECE3EB. Grayscale: #181818. Windows color (decimal): -15524844 or 1317907. OLE color: 1317907.

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

Color convert

RGB192820-
CMYK0.3200.290.89
HSL126.67º19.15%9.22%-
HSV(B)126.67º32.14%10.98%-
XYZ0.811.020.82-
YUV24.4125.52124.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 28 (11.33% from 255) = 41.79%
BLUE value IS 20 (8.20% from 255) = 29.85%
R=28.36%
G=41.79%
B=29.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1928200.3200.290.89126.6719.159.22
Hex131C142001D597f139
Octal233424400351311772311
Binary10011111001010010000001110110110011111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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