#172D35

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

Shades of Black Pearl #172D35

Tints of Black Pearl #172D35

Color information

#172D35 (or 0x172D35) is unknown color: approx Black Pearl. HEX triplet: 17, 2D and 35. RGB value is (23,45,53). Sum of RGB (Red+Green+Blue) = 23+45+53=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 53 - color contains mainly: blue. Hex color #172D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172D35 is #E8D2CA. Grayscale: #272727. Windows color (decimal): -15258315 or 3484951. OLE color: 3484951.

HSL color Cylindrical-coordinate representation of color #172D35: hue angle of 196º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #172D35 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB234553-
CMYK0.570.1500.79
HSL196º39.47%14.9%-
HSV(B)196º56.6%20.78%-
XYZ1.932.323.71-
YUV39.33135.71116.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.01%
GREEN value IS 45 (17.97% from 255) = 37.19%
BLUE value IS 53 (21.09% from 255) = 43.80%
R=19.01%
G=37.19%
B=43.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2345530.570.1500.7919639.4714.9
Hex172D3539F04Fc427f
Octal275565711701173044717
Binary10111101101110101111001111101001111110001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172D35; }

 p { color: rgb(23,45,53); }

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

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

 a { background-color: rgb(23,45,53); }

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

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

 span { border-color: rgb(23,45,53); }

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