#132025

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

Shades of Black Pearl #132025

Tints of Black Pearl #132025

Color information

#132025 (or 0x132025) is unknown color: approx Black Pearl. HEX triplet: 13, 20 and 25. RGB value is (19,32,37). Sum of RGB (Red+Green+Blue) = 19+32+37=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 37 - color contains mainly: blue. Hex color #132025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132025 is #ECDFDA. Grayscale: #1C1C1C. Windows color (decimal): -15523803 or 2433043. OLE color: 2433043.

HSL color Cylindrical-coordinate representation of color #132025: hue angle of 196.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 #132025 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB193237-
CMYK0.490.1400.85
HSL196.67º32.14%10.98%-
HSV(B)196.67º48.65%14.51%-
XYZ1.121.311.94-
YUV28.68132.69121.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 32 (12.89% from 255) = 36.36%
BLUE value IS 37 (14.84% from 255) = 42.05%
R=21.59%
G=36.36%
B=42.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1932370.490.1400.85196.6732.1410.98
Hex13202531E055c520b
Octal234045611601253054013
Binary10011100000100101110001111001010101110001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132025; }

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

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

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

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

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

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

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

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