#132414

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

Shades of Black Bean #132414

Tints of Black Bean #132414

Color information

#132414 (or 0x132414) is unknown color: approx Black Bean. HEX triplet: 13, 24 and 14. RGB value is (19,36,20). Sum of RGB (Red+Green+Blue) = 19+36+20=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #132414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132414 is #ECDBEB. Grayscale: #1D1D1D. Windows color (decimal): -15522796 or 1319955. OLE color: 1319955.

HSL color Cylindrical-coordinate representation of color #132414: hue angle of 123.53º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #132414 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.86.

Color convert

RGB193620-
CMYK0.4700.440.86
HSL123.53º30.91%10.78%-
HSV(B)123.53º47.22%14.12%-
XYZ1.031.450.89-
YUV29.09122.87120.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.33%
GREEN value IS 36 (14.45% from 255) = 48%
BLUE value IS 20 (8.20% from 255) = 26.67%
R=25.33%
G=48%
B=26.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1936200.4700.440.86123.5330.9110.78
Hex1324142F02C567c1fb
Octal234424570541261743713
Binary1001110010010100101111010110010101101111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132414; }

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

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

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

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

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

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

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

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