#132931

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

Shades of Black Pearl #132931

Tints of Black Pearl #132931

Color information

#132931 (or 0x132931) is unknown color: approx Black Pearl. HEX triplet: 13, 29 and 31. RGB value is (19,41,49). Sum of RGB (Red+Green+Blue) = 19+41+49=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #132931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132931 is #ECD6CE. Grayscale: #232323. Windows color (decimal): -15521487 or 3221779. OLE color: 3221779.

HSL color Cylindrical-coordinate representation of color #132931: hue angle of 196º 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 #132931 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB194149-
CMYK0.610.1600.81
HSL196º44.12%13.33%-
HSV(B)196º61.22%19.22%-
XYZ1.621.953.2-
YUV35.33135.71116.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 41 (16.41% from 255) = 37.61%
BLUE value IS 49 (19.53% from 255) = 44.95%
R=17.43%
G=37.61%
B=44.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1941490.610.1600.8119644.1213.33
Hex1329313D10051c42cd
Octal235161752001213045415
Binary100111010011100011111011000001010001110001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132931; }

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

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

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

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

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

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

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

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