#132C34

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

Shades of Black Pearl #132C34

Tints of Black Pearl #132C34

Color information

#132C34 (or 0x132C34) is unknown color: approx Black Pearl. HEX triplet: 13, 2C and 34. RGB value is (19,44,52). Sum of RGB (Red+Green+Blue) = 19+44+52=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #132C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C34 is #ECD3CB. Grayscale: #252525. Windows color (decimal): -15520716 or 3419155. OLE color: 3419155.

HSL color Cylindrical-coordinate representation of color #132C34: hue angle of 194.55º 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 #132C34 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB194452-
CMYK0.630.1500.80
HSL194.55º46.48%13.92%-
HSV(B)194.55º63.46%20.39%-
XYZ1.792.193.58-
YUV37.44136.22114.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 52 (20.70% from 255) = 45.22%
R=16.52%
G=38.26%
B=45.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1944520.630.1500.80194.5546.4813.92
Hex132C343FF050c32ee
Octal235464771701203035616
Binary10011101100110100111111111101010000110000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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