#132831

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

Shades of Black Pearl #132831

Tints of Black Pearl #132831

Color information

#132831 (or 0x132831) is unknown color: approx Black Pearl. HEX triplet: 13, 28 and 31. RGB value is (19,40,49). Sum of RGB (Red+Green+Blue) = 19+40+49=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #132831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132831 is #ECD7CE. Grayscale: #222222. Windows color (decimal): -15521743 or 3221523. OLE color: 3221523.

HSL color Cylindrical-coordinate representation of color #132831: hue angle of 198º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #132831 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB194049-
CMYK0.610.1800.81
HSL198º44.12%13.33%-
HSV(B)198º61.22%19.22%-
XYZ1.581.883.18-
YUV34.75136.04116.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 40 (16.02% from 255) = 37.04%
BLUE value IS 49 (19.53% from 255) = 45.37%
R=17.59%
G=37.04%
B=45.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1940490.610.1800.8119844.1213.33
Hex1328313D12051c62cd
Octal235061752201213065415
Binary100111010001100011111011001001010001110001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132831; }

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

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

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

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

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

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

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

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