#132318

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

Shades of Black Bean #132318

Tints of Black Bean #132318

Color information

#132318 (or 0x132318) is unknown color: approx Black Bean. HEX triplet: 13, 23 and 18. RGB value is (19,35,24). Sum of RGB (Red+Green+Blue) = 19+35+24=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 35 - color contains mainly: green. Hex color #132318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132318 is #ECDCE7. Grayscale: #1C1C1C. Windows color (decimal): -15523048 or 1581843. OLE color: 1581843.

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

Color convert

RGB193524-
CMYK0.4600.310.86
HSL138.75º29.63%10.59%-
HSV(B)138.75º45.71%13.73%-
XYZ1.031.411.08-
YUV28.96125.2120.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 35 (14.06% from 255) = 44.87%
BLUE value IS 24 (9.77% from 255) = 30.77%
R=24.36%
G=44.87%
B=30.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1935240.4600.310.86138.7529.6310.59
Hex1323182E01F568b1eb
Octal234330560371262133613
Binary1001110001111000101110011111101011010001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132318; }

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

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

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

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

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

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

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

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