#172129

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

Shades of Black Pearl #172129

Tints of Black Pearl #172129

Color information

#172129 (or 0x172129) is unknown color: approx Black Pearl. HEX triplet: 17, 21 and 29. RGB value is (23,33,41). Sum of RGB (Red+Green+Blue) = 23+33+41=97 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.71% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 41 - color contains mainly: blue. Hex color #172129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172129 is #E8DED6. Grayscale: #1E1E1E. Windows color (decimal): -15261399 or 2695447. OLE color: 2695447.

HSL color Cylindrical-coordinate representation of color #172129: hue angle of 206.67º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #172129 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB233341-
CMYK0.440.2000.84
HSL206.67º28.12%12.55%-
HSV(B)206.67º43.9%16.08%-
XYZ1.31.432.31-
YUV30.92133.69122.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 23.71%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 41 (16.41% from 255) = 42.27%
R=23.71%
G=34.02%
B=42.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2333410.440.2000.84206.6728.1212.55
Hex1721292C14054cf1cd
Octal274151542401243173415
Binary10111100001101001101100101000101010011001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172129; }

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

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

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

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

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

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

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

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