#17252F

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

Shades of Black Pearl #17252F

Tints of Black Pearl #17252F

Color information

#17252F (or 0x17252F) is unknown color: approx Black Pearl. HEX triplet: 17, 25 and 2F. RGB value is (23,37,47). Sum of RGB (Red+Green+Blue) = 23+37+47=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 47 - color contains mainly: blue. Hex color #17252F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17252F is #E8DAD0. Grayscale: #212121. Windows color (decimal): -15260369 or 3089687. OLE color: 3089687.

HSL color Cylindrical-coordinate representation of color #17252F: hue angle of 205º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #17252F is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB233747-
CMYK0.510.2100.82
HSL205º34.29%13.73%-
HSV(B)205º51.06%18.43%-
XYZ1.531.712.94-
YUV33.95135.36120.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.50%
GREEN value IS 37 (14.84% from 255) = 34.58%
BLUE value IS 47 (18.75% from 255) = 43.93%
R=21.50%
G=34.58%
B=43.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2337470.510.2100.8220534.2913.73
Hex17252F3315052cd22e
Octal274557632501223154216
Binary101111001011011111100111010101010010110011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17252F; }

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

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

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

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

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

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

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

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