#132428

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

Shades of Black Pearl #132428

Tints of Black Pearl #132428

Color information

#132428 (or 0x132428) is unknown color: approx Black Pearl. HEX triplet: 13, 24 and 28. RGB value is (19,36,40). Sum of RGB (Red+Green+Blue) = 19+36+40=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 40 - color contains mainly: blue. Hex color #132428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132428 is #ECDBD7. Grayscale: #1F1F1F. Windows color (decimal): -15522776 or 2630675. OLE color: 2630675.

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

Color convert

RGB193640-
CMYK0.520.1000.84
HSL191.43º35.59%11.57%-
HSV(B)191.43º52.5%15.69%-
XYZ1.281.552.24-
YUV31.37132.87119.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 40 (16.02% from 255) = 42.11%
R=20%
G=37.89%
B=42.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1936400.520.1000.84191.4335.5911.57
Hex13242834A054bf24c
Octal234450641201242774414
Binary10011100100101000110100101001010100101111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132428; }

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

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

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

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

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

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

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

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