#17252A

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

Shades of Black Pearl #17252A

Tints of Black Pearl #17252A

Color information

#17252A (or 0x17252A) is unknown color: approx Black Pearl. HEX triplet: 17, 25 and 2A. RGB value is (23,37,42). Sum of RGB (Red+Green+Blue) = 23+37+42=102 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.55% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 42 - color contains mainly: blue. Hex color #17252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17252A is #E8DAD5. Grayscale: #212121. Windows color (decimal): -15260374 or 2762007. OLE color: 2762007.

HSL color Cylindrical-coordinate representation of color #17252A: hue angle of 195.79º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #17252A is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB233742-
CMYK0.450.1200.84
HSL195.79º29.23%12.75%-
HSV(B)195.79º45.24%16.47%-
XYZ1.431.672.44-
YUV33.38132.86120.59-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 22.55%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 42 (16.80% from 255) = 41.18%
R=22.55%
G=36.27%
B=41.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2337420.450.1200.84195.7929.2312.75
Hex17252A2DC054c41dd
Octal274552551401243043515
Binary1011110010110101010110111000101010011000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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