#132818

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

Shades of Black Bean #132818

Tints of Black Bean #132818

Color information

#132818 (or 0x132818) is unknown color: approx Black Bean. HEX triplet: 13, 28 and 18. RGB value is (19,40,24). Sum of RGB (Red+Green+Blue) = 19+40+24=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 40 (16.02% from 255 or 48.19% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 40 - color contains mainly: green. Hex color #132818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132818 is #ECD7E7. Grayscale: #1F1F1F. Windows color (decimal): -15521768 or 1583123. OLE color: 1583123.

HSL color Cylindrical-coordinate representation of color #132818: hue angle of 134.29º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #132818 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB194024-
CMYK0.5200.400.84
HSL134.29º35.59%11.57%-
HSV(B)134.29º52.5%15.69%-
XYZ1.191.721.13-
YUV31.9123.54118.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 40 (16.02% from 255) = 48.19%
BLUE value IS 24 (9.77% from 255) = 28.92%
R=22.89%
G=48.19%
B=28.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1940240.5200.400.84134.2935.5911.57
Hex13281834028548624c
Octal235030640501242064414
Binary100111010001100011010001010001010100100001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132818; }

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

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

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

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

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

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

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

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