#132227

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

Shades of Black Pearl #132227

Tints of Black Pearl #132227

Color information

#132227 (or 0x132227) is unknown color: approx Black Pearl. HEX triplet: 13, 22 and 27. RGB value is (19,34,39). Sum of RGB (Red+Green+Blue) = 19+34+39=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 34 (13.67% from 255 or 36.96% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 39 - color contains mainly: blue. Hex color #132227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132227 is #ECDDD8. Grayscale: #1E1E1E. Windows color (decimal): -15523289 or 2564627. OLE color: 2564627.

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

Color convert

RGB193439-
CMYK0.510.1300.85
HSL195º34.48%11.37%-
HSV(B)195º51.28%15.29%-
XYZ1.211.432.13-
YUV30.08133.03120.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 34 (13.67% from 255) = 36.96%
BLUE value IS 39 (15.62% from 255) = 42.39%
R=20.65%
G=36.96%
B=42.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1934390.510.1300.8519534.4811.37
Hex13222733D055c322b
Octal234247631501253034213
Binary10011100010100111110011110101010101110000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132227; }

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

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

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

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

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

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

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

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