#132932

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

Shades of Black Pearl #132932

Tints of Black Pearl #132932

Color information

#132932 (or 0x132932) is unknown color: approx Black Pearl. HEX triplet: 13, 29 and 32. RGB value is (19,41,50). Sum of RGB (Red+Green+Blue) = 19+41+50=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 50 - color contains mainly: blue. Hex color #132932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132932 is #ECD6CD. Grayscale: #232323. Windows color (decimal): -15521486 or 3287315. OLE color: 3287315.

HSL color Cylindrical-coordinate representation of color #132932: hue angle of 197.42º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #132932 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB194150-
CMYK0.620.1800.80
HSL197.42º44.93%13.53%-
HSV(B)197.42º62%19.61%-
XYZ1.641.953.31-
YUV35.45136.21116.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 41 (16.41% from 255) = 37.27%
BLUE value IS 50 (19.92% from 255) = 45.45%
R=17.27%
G=37.27%
B=45.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1941500.620.1800.80197.4244.9313.53
Hex1329323E12050c52de
Octal235162762201203055516
Binary100111010011100101111101001001010000110001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132932; }

 p { color: rgb(19,41,50); }

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

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

 a { background-color: rgb(19,41,50); }

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

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

 span { border-color: rgb(19,41,50); }

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