#132528

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

Shades of Black Pearl #132528

Tints of Black Pearl #132528

Color information

#132528 (or 0x132528) is unknown color: approx Black Pearl. HEX triplet: 13, 25 and 28. RGB value is (19,37,40). Sum of RGB (Red+Green+Blue) = 19+37+40=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 40 - color contains mainly: blue. Hex color #132528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132528 is #ECDAD7. Grayscale: #1F1F1F. Windows color (decimal): -15522520 or 2630931. OLE color: 2630931.

HSL color Cylindrical-coordinate representation of color #132528: hue angle of 188.57º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #132528 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB193740-
CMYK0.520.0700.84
HSL188.57º35.59%11.57%-
HSV(B)188.57º52.5%15.69%-
XYZ1.311.612.25-
YUV31.96132.54118.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 37 (14.84% from 255) = 38.54%
BLUE value IS 40 (16.02% from 255) = 41.67%
R=19.79%
G=38.54%
B=41.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1937400.520.0700.84188.5735.5911.57
Hex132528347054bd24c
Octal23455064701242754414
Binary1001110010110100011010011101010100101111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132528; }

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

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

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

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

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

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

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

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