#132C18

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

Shades of Black Bean #132C18

Tints of Black Bean #132C18

Color information

#132C18 (or 0x132C18) is unknown color: approx Black Bean. HEX triplet: 13, 2C and 18. RGB value is (19,44,24). Sum of RGB (Red+Green+Blue) = 19+44+24=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 44 (17.58% from 255 or 50.57% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 44 - color contains mainly: green. Hex color #132C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132C18 is #ECD3E7. Grayscale: #222222. Windows color (decimal): -15520744 or 1584147. OLE color: 1584147.

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

Color convert

RGB194424-
CMYK0.5700.450.83
HSL132º39.68%12.35%-
HSV(B)132º56.82%17.25%-
XYZ1.332.011.18-
YUV34.24122.22117.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 44 (17.58% from 255) = 50.57%
BLUE value IS 24 (9.77% from 255) = 27.59%
R=21.84%
G=50.57%
B=27.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1944240.5700.450.8313239.6812.35
Hex132C183902D538428c
Octal235430710551232045014
Binary100111011001100011100101011011010011100001001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132C18; }

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

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

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

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

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

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

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

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