#132026

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

Shades of Black Pearl #132026

Tints of Black Pearl #132026

Color information

#132026 (or 0x132026) is unknown color: approx Black Pearl. HEX triplet: 13, 20 and 26. RGB value is (19,32,38). Sum of RGB (Red+Green+Blue) = 19+32+38=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 38 (15.23% from 255 or 42.70% from 89); Max value from RGB is 38 - color contains mainly: blue. Hex color #132026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132026 is #ECDFD9. Grayscale: #1C1C1C. Windows color (decimal): -15523802 or 2498579. OLE color: 2498579.

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

Color convert

RGB193238-
CMYK0.500.1600.85
HSL198.95º33.33%11.18%-
HSV(B)198.95º50%14.9%-
XYZ1.131.312.03-
YUV28.8133.19121.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 38 (15.23% from 255) = 42.70%
R=21.35%
G=35.96%
B=42.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1932380.500.1600.85198.9533.3311.18
Hex1320263210055c721b
Octal234046622001253074113
Binary100111000001001101100101000001010101110001111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132026; }

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

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

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

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

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

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

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

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