#132326

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

Shades of Black Pearl #132326

Tints of Black Pearl #132326

Color information

#132326 (or 0x132326) is unknown color: approx Black Pearl. HEX triplet: 13, 23 and 26. RGB value is (19,35,38). Sum of RGB (Red+Green+Blue) = 19+35+38=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 38 - color contains mainly: blue. Hex color #132326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132326 is #ECDCD9. Grayscale: #1E1E1E. Windows color (decimal): -15523034 or 2499347. OLE color: 2499347.

HSL color Cylindrical-coordinate representation of color #132326: hue angle of 189.47º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132326 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB193538-
CMYK0.500.0800.85
HSL189.47º33.33%11.18%-
HSV(B)189.47º50%14.9%-
XYZ1.221.482.06-
YUV30.56132.2119.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 35 (14.06% from 255) = 38.04%
BLUE value IS 38 (15.23% from 255) = 41.30%
R=20.65%
G=38.04%
B=41.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1935380.500.0800.85189.4733.3311.18
Hex132326328055bd21b
Octal234346621001252754113
Binary10011100011100110110010100001010101101111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132326; }

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

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

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

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

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

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

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

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