#132127

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

Shades of Black Pearl #132127

Tints of Black Pearl #132127

Color information

#132127 (or 0x132127) is unknown color: approx Black Pearl. HEX triplet: 13, 21 and 27. RGB value is (19,33,39). Sum of RGB (Red+Green+Blue) = 19+33+39=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #132127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132127 is #ECDED8. Grayscale: #1D1D1D. Windows color (decimal): -15523545 or 2564371. OLE color: 2564371.

HSL color Cylindrical-coordinate representation of color #132127: hue angle of 198º 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 #132127 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB193339-
CMYK0.510.1500.85
HSL198º34.48%11.37%-
HSV(B)198º51.28%15.29%-
XYZ1.181.372.12-
YUV29.5133.36120.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 33 (13.28% from 255) = 36.26%
BLUE value IS 39 (15.62% from 255) = 42.86%
R=20.88%
G=36.26%
B=42.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1933390.510.1500.8519834.4811.37
Hex13212733F055c622b
Octal234147631701253064213
Binary10011100001100111110011111101010101110001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132127; }

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

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

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

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

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

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

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

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