#132029

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

Shades of Black Pearl #132029

Tints of Black Pearl #132029

Color information

#132029 (or 0x132029) is unknown color: approx Black Pearl. HEX triplet: 13, 20 and 29. RGB value is (19,32,41). Sum of RGB (Red+Green+Blue) = 19+32+41=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 41 - color contains mainly: blue. Hex color #132029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132029 is #ECDFD6. Grayscale: #1D1D1D. Windows color (decimal): -15523799 or 2695187. OLE color: 2695187.

HSL color Cylindrical-coordinate representation of color #132029: hue angle of 204.55º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #132029 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB193241-
CMYK0.540.2200.84
HSL204.55º36.67%11.76%-
HSV(B)204.55º53.66%16.08%-
XYZ1.191.332.29-
YUV29.14134.69120.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 32 (12.89% from 255) = 34.78%
BLUE value IS 41 (16.41% from 255) = 44.57%
R=20.65%
G=34.78%
B=44.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1932410.540.2200.84204.5536.6711.76
Hex1320293616054cd25c
Octal234051662601243154514
Binary100111000001010011101101011001010100110011011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132029; }

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

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

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

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

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

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

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

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