#17202C

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

Shades of Black Pearl #17202C

Tints of Black Pearl #17202C

Color information

#17202C (or 0x17202C) is unknown color: approx Black Pearl. HEX triplet: 17, 20 and 2C. RGB value is (23,32,44). Sum of RGB (Red+Green+Blue) = 23+32+44=99 (13% of max value = 765). Red value is 23 (9.38% from 255 or 23.23% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 44 - color contains mainly: blue. Hex color #17202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17202C is #E8DFD3. Grayscale: #1E1E1E. Windows color (decimal): -15261652 or 2891799. OLE color: 2891799.

HSL color Cylindrical-coordinate representation of color #17202C: hue angle of 214.29º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #17202C is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB233244-
CMYK0.480.2700.83
HSL214.29º31.34%13.14%-
HSV(B)214.29º47.73%17.25%-
XYZ1.321.42.58-
YUV30.68135.52122.52-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 23.23%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 44 (17.58% from 255) = 44.44%
R=23.23%
G=32.32%
B=44.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2332440.480.2700.83214.2931.3413.14
Hex17202C301B053d61fd
Octal274054603301233263715
Binary10111100000101100110000110110101001111010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17202C; }

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

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

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

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

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

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

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

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