#132714

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

Shades of Black Bean #132714

Tints of Black Bean #132714

Color information

#132714 (or 0x132714) is unknown color: approx Black Bean. HEX triplet: 13, 27 and 14. RGB value is (19,39,20). Sum of RGB (Red+Green+Blue) = 19+39+20=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 39 (15.62% from 255 or 50% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 39 - color contains mainly: green. Hex color #132714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132714 is #ECD8EB. Grayscale: #1E1E1E. Windows color (decimal): -15522028 or 1320723. OLE color: 1320723.

HSL color Cylindrical-coordinate representation of color #132714: hue angle of 123º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132714 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB193920-
CMYK0.5100.490.85
HSL123º34.48%11.37%-
HSV(B)123º51.28%15.29%-
XYZ1.121.640.92-
YUV30.85121.87119.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 39 (15.62% from 255) = 50%
BLUE value IS 20 (8.20% from 255) = 25.64%
R=24.36%
G=50%
B=25.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1939200.5100.490.8512334.4811.37
Hex13271433031557b22b
Octal234724630611251734213
Binary10011100111101001100110110001101010111110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132714; }

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

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

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

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

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

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

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

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