#132832

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

Shades of Black Pearl #132832

Tints of Black Pearl #132832

Color information

#132832 (or 0x132832) is unknown color: approx Black Pearl. HEX triplet: 13, 28 and 32. RGB value is (19,40,50). Sum of RGB (Red+Green+Blue) = 19+40+50=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: blue. Hex color #132832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132832 is #ECD7CD. Grayscale: #222222. Windows color (decimal): -15521742 or 3287059. OLE color: 3287059.

HSL color Cylindrical-coordinate representation of color #132832: hue angle of 199.35º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #132832 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB194050-
CMYK0.620.2000.80
HSL199.35º44.93%13.53%-
HSV(B)199.35º62%19.61%-
XYZ1.61.893.3-
YUV34.86136.54116.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 50 (19.92% from 255) = 45.87%
R=17.43%
G=36.70%
B=45.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1940500.620.2000.80199.3544.9313.53
Hex1328323E14050c72de
Octal235062762401203075516
Binary100111010001100101111101010001010000110001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132832; }

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

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

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

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

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

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

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

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