#132125

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

Shades of Black Pearl #132125

Tints of Black Pearl #132125

Color information

#132125 (or 0x132125) is unknown color: approx Black Pearl. HEX triplet: 13, 21 and 25. RGB value is (19,33,37). Sum of RGB (Red+Green+Blue) = 19+33+37=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 37 - color contains mainly: blue. Hex color #132125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132125 is #ECDEDA. Grayscale: #1D1D1D. Windows color (decimal): -15523547 or 2433299. OLE color: 2433299.

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

Color convert

RGB193337-
CMYK0.490.1100.85
HSL193.33º32.14%10.98%-
HSV(B)193.33º48.65%14.51%-
XYZ1.151.361.95-
YUV29.27132.36120.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 37 (14.84% from 255) = 41.57%
R=21.35%
G=37.08%
B=41.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1933370.490.1100.85193.3332.1410.98
Hex13212531B055c120b
Octal234145611301253014013
Binary10011100001100101110001101101010101110000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132125; }

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

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

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

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

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

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

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

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