#132331

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

Shades of Black Pearl #132331

Tints of Black Pearl #132331

Color information

#132331 (or 0x132331) is unknown color: approx Black Pearl. HEX triplet: 13, 23 and 31. RGB value is (19,35,49). Sum of RGB (Red+Green+Blue) = 19+35+49=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #132331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132331 is #ECDCCE. Grayscale: #1F1F1F. Windows color (decimal): -15523023 or 3220243. OLE color: 3220243.

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

Color convert

RGB193549-
CMYK0.610.2900.81
HSL208º44.12%13.33%-
HSV(B)208º61.22%19.22%-
XYZ1.421.563.13-
YUV31.81137.7118.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 49 (19.53% from 255) = 47.57%
R=18.45%
G=33.98%
B=47.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1935490.610.2900.8120844.1213.33
Hex1323313D1D051d02cd
Octal234361753501213205415
Binary100111000111100011111011110101010001110100001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132331; }

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

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

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

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

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

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

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

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