#132028

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

Shades of Black Pearl #132028

Tints of Black Pearl #132028

Color information

#132028 (or 0x132028) is unknown color: approx Black Pearl. HEX triplet: 13, 20 and 28. RGB value is (19,32,40). Sum of RGB (Red+Green+Blue) = 19+32+40=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #132028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132028 is #ECDFD7. Grayscale: #1C1C1C. Windows color (decimal): -15523800 or 2629651. OLE color: 2629651.

HSL color Cylindrical-coordinate representation of color #132028: hue angle of 202.86º 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 #132028 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB193240-
CMYK0.520.2000.84
HSL202.86º35.59%11.57%-
HSV(B)202.86º52.5%15.69%-
XYZ1.171.322.2-
YUV29.02134.19120.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 32 (12.89% from 255) = 35.16%
BLUE value IS 40 (16.02% from 255) = 43.96%
R=20.88%
G=35.16%
B=43.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1932400.520.2000.84202.8635.5911.57
Hex1320283414054cb24c
Octal234050642401243134414
Binary100111000001010001101001010001010100110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132028; }

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

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

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

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

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

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

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

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