#132325

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

Shades of Black Pearl #132325

Tints of Black Pearl #132325

Color information

#132325 (or 0x132325) is unknown color: approx Black Pearl. HEX triplet: 13, 23 and 25. RGB value is (19,35,37). Sum of RGB (Red+Green+Blue) = 19+35+37=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 37 - color contains mainly: blue. Hex color #132325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132325 is #ECDCDA. Grayscale: #1E1E1E. Windows color (decimal): -15523035 or 2433811. OLE color: 2433811.

HSL color Cylindrical-coordinate representation of color #132325: hue angle of 186.67º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #132325 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB193537-
CMYK0.490.0500.85
HSL186.67º32.14%10.98%-
HSV(B)186.67º48.65%14.51%-
XYZ1.21.471.97-
YUV30.44131.7119.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 37 (14.84% from 255) = 40.66%
R=20.88%
G=38.46%
B=40.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1935370.490.0500.85186.6732.1410.98
Hex132325315055bb20b
Octal23434561501252734013
Binary1001110001110010111000110101010101101110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132325; }

 p { color: rgb(19,35,37); }

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

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

 a { background-color: rgb(19,35,37); }

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

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

 span { border-color: rgb(19,35,37); }

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