#132D34

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

Shades of Black Pearl #132D34

Tints of Black Pearl #132D34

Color information

#132D34 (or 0x132D34) is unknown color: approx Black Pearl. HEX triplet: 13, 2D and 34. RGB value is (19,45,52). Sum of RGB (Red+Green+Blue) = 19+45+52=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #132D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D34 is #ECD2CB. Grayscale: #252525. Windows color (decimal): -15520460 or 3419411. OLE color: 3419411.

HSL color Cylindrical-coordinate representation of color #132D34: hue angle of 192.73º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #132D34 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB194552-
CMYK0.630.1300.80
HSL192.73º46.48%13.92%-
HSV(B)192.73º63.46%20.39%-
XYZ1.832.263.59-
YUV38.02135.89114.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 45 (17.97% from 255) = 38.79%
BLUE value IS 52 (20.70% from 255) = 44.83%
R=16.38%
G=38.79%
B=44.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1945520.630.1300.80192.7346.4813.92
Hex132D343FD050c12ee
Octal235564771501203015616
Binary10011101101110100111111110101010000110000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132D34; }

 p { color: rgb(19,45,52); }

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

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

 a { background-color: rgb(19,45,52); }

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

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

 span { border-color: rgb(19,45,52); }

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