#17202A

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

Shades of Black Pearl #17202A

Tints of Black Pearl #17202A

Color information

#17202A (or 0x17202A) is unknown color: approx Black Pearl. HEX triplet: 17, 20 and 2A. RGB value is (23,32,42). Sum of RGB (Red+Green+Blue) = 23+32+42=97 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.71% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 42 - color contains mainly: blue. Hex color #17202A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17202A is #E8DFD5. Grayscale: #1E1E1E. Windows color (decimal): -15261654 or 2760727. OLE color: 2760727.

HSL color Cylindrical-coordinate representation of color #17202A: hue angle of 211.58º 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 #17202A is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB233242-
CMYK0.450.2400.84
HSL211.58º29.23%12.75%-
HSV(B)211.58º45.24%16.47%-
XYZ1.291.382.39-
YUV30.45134.52122.69-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 23.71%
GREEN value IS 32 (12.89% from 255) = 32.99%
BLUE value IS 42 (16.80% from 255) = 43.30%
R=23.71%
G=32.99%
B=43.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2332420.450.2400.84211.5829.2312.75
Hex17202A2D18054d41dd
Octal274052553001243243515
Binary10111100000101010101101110000101010011010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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