#132A31

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

Shades of Black Pearl #132A31

Tints of Black Pearl #132A31

Color information

#132A31 (or 0x132A31) is unknown color: approx Black Pearl. HEX triplet: 13, 2A and 31. RGB value is (19,42,49). Sum of RGB (Red+Green+Blue) = 19+42+49=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #132A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A31 is #ECD5CE. Grayscale: #232323. Windows color (decimal): -15521231 or 3222035. OLE color: 3222035.

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

Color convert

RGB194249-
CMYK0.610.1400.81
HSL194º44.12%13.33%-
HSV(B)194º61.22%19.22%-
XYZ1.652.023.21-
YUV35.92135.38115.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 42 (16.80% from 255) = 38.18%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=17.27%
G=38.18%
B=44.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1942490.610.1400.8119444.1213.33
Hex132A313DE051c22cd
Octal235261751601213025415
Binary10011101010110001111101111001010001110000101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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