#171F29

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

Shades of Black Pearl #171F29

Tints of Black Pearl #171F29

Color information

#171F29 (or 0x171F29) is unknown color: approx Black Pearl. HEX triplet: 17, 1F and 29. RGB value is (23,31,41). Sum of RGB (Red+Green+Blue) = 23+31+41=95 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.21% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 41 - color contains mainly: blue. Hex color #171F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171F29 is #E8E0D6. Grayscale: #1D1D1D. Windows color (decimal): -15261911 or 2694935. OLE color: 2694935.

HSL color Cylindrical-coordinate representation of color #171F29: hue angle of 213.33º 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 #171F29 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB233141-
CMYK0.440.2400.84
HSL213.33º28.12%12.55%-
HSV(B)213.33º43.9%16.08%-
XYZ1.241.322.29-
YUV29.75134.35123.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 24.21%
GREEN value IS 31 (12.5% from 255) = 32.63%
BLUE value IS 41 (16.41% from 255) = 43.16%
R=24.21%
G=32.63%
B=43.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2331410.440.2400.84213.3328.1212.55
Hex171F292C18054d51cd
Octal273751543001243253415
Binary1011111111101001101100110000101010011010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171F29; }

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

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

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

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

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

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

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

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