#132027

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

Shades of Black Pearl #132027

Tints of Black Pearl #132027

Color information

#132027 (or 0x132027) is unknown color: approx Black Pearl. HEX triplet: 13, 20 and 27. RGB value is (19,32,39). Sum of RGB (Red+Green+Blue) = 19+32+39=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 39 - color contains mainly: blue. Hex color #132027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132027 is #ECDFD8. Grayscale: #1C1C1C. Windows color (decimal): -15523801 or 2564115. OLE color: 2564115.

HSL color Cylindrical-coordinate representation of color #132027: hue angle of 201º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132027 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB193239-
CMYK0.510.1800.85
HSL201º34.48%11.37%-
HSV(B)201º51.28%15.29%-
XYZ1.151.322.11-
YUV28.91133.69120.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.11%
GREEN value IS 32 (12.89% from 255) = 35.56%
BLUE value IS 39 (15.62% from 255) = 43.33%
R=21.11%
G=35.56%
B=43.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1932390.510.1800.8520134.4811.37
Hex1320273312055c922b
Octal234047632201253114213
Binary100111000001001111100111001001010101110010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132027; }

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

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

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

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

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

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

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

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