#172025

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

Shades of Black Pearl #172025

Tints of Black Pearl #172025

Color information

#172025 (or 0x172025) is unknown color: approx Black Pearl. HEX triplet: 17, 20 and 25. RGB value is (23,32,37). Sum of RGB (Red+Green+Blue) = 23+32+37=92 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #172025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172025 is #E8DFDA. Grayscale: #1D1D1D. Windows color (decimal): -15261659 or 2433047. OLE color: 2433047.

HSL color Cylindrical-coordinate representation of color #172025: hue angle of 201.43º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #172025 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB233237-
CMYK0.380.1400.85
HSL201.43º23.33%11.76%-
HSV(B)201.43º37.84%14.51%-
XYZ1.21.351.95-
YUV29.88132.02123.09-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 25%
GREEN value IS 32 (12.89% from 255) = 34.78%
BLUE value IS 37 (14.84% from 255) = 40.22%
R=25%
G=34.78%
B=40.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2332370.380.1400.85201.4323.3311.76
Hex17202526E055c917c
Octal274045461601253112714
Binary1011110000010010110011011100101010111001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172025; }

 p { color: rgb(23,32,37); }

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

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

 a { background-color: rgb(23,32,37); }

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

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

 span { border-color: rgb(23,32,37); }

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