#132129

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

Shades of Black Pearl #132129

Tints of Black Pearl #132129

Color information

#132129 (or 0x132129) is unknown color: approx Black Pearl. HEX triplet: 13, 21 and 29. RGB value is (19,33,41). Sum of RGB (Red+Green+Blue) = 19+33+41=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 41 - color contains mainly: blue. Hex color #132129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132129 is #ECDED6. Grayscale: #1D1D1D. Windows color (decimal): -15523543 or 2695443. OLE color: 2695443.

HSL color Cylindrical-coordinate representation of color #132129: hue angle of 201.82º 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 #132129 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB193341-
CMYK0.540.2000.84
HSL201.82º36.67%11.76%-
HSV(B)201.82º53.66%16.08%-
XYZ1.211.392.3-
YUV29.73134.36120.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 33 (13.28% from 255) = 35.48%
BLUE value IS 41 (16.41% from 255) = 44.09%
R=20.43%
G=35.48%
B=44.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1933410.540.2000.84201.8236.6711.76
Hex1321293614054ca25c
Octal234151662401243124514
Binary100111000011010011101101010001010100110010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132129; }

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

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

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

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

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

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

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

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