#132427

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

Shades of Black Pearl #132427

Tints of Black Pearl #132427

Color information

#132427 (or 0x132427) is unknown color: approx Black Pearl. HEX triplet: 13, 24 and 27. RGB value is (19,36,39). Sum of RGB (Red+Green+Blue) = 19+36+39=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 39 - color contains mainly: blue. Hex color #132427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132427 is #ECDBD8. Grayscale: #1F1F1F. Windows color (decimal): -15522777 or 2565139. OLE color: 2565139.

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

Color convert

RGB193639-
CMYK0.510.0800.85
HSL189º34.48%11.37%-
HSV(B)189º51.28%15.29%-
XYZ1.271.552.15-
YUV31.26132.37119.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 36 (14.45% from 255) = 38.30%
BLUE value IS 39 (15.62% from 255) = 41.49%
R=20.21%
G=38.30%
B=41.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1936390.510.0800.8518934.4811.37
Hex132427338055bd22b
Octal234447631001252754213
Binary10011100100100111110011100001010101101111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132427; }

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

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

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

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

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

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

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

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