#131814

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

Shades of Black Bean #131814

Tints of Black Bean #131814

Color information

#131814 (or 0x131814) is unknown color: approx Black Bean. HEX triplet: 13, 18 and 14. RGB value is (19,24,20). Sum of RGB (Red+Green+Blue) = 19+24+20=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 24 - color contains mainly: green. Hex color #131814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131814 is #ECE7EB. Grayscale: #161616. Windows color (decimal): -15525868 or 1316883. OLE color: 1316883.

HSL color Cylindrical-coordinate representation of color #131814: hue angle of 132º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #131814 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB192420-
CMYK0.2100.170.91
HSL132º11.63%8.43%-
HSV(B)132º20.83%9.41%-
XYZ0.720.840.79-
YUV22.05126.84125.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 24 (9.77% from 255) = 38.10%
BLUE value IS 20 (8.20% from 255) = 31.75%
R=30.16%
G=38.10%
B=31.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1924200.2100.170.9113211.638.43
Hex131814150115B84c8
Octal233024250211332041410
Binary1001111000101001010101000110110111000010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131814; }

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

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

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

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

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

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

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

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