#172A33

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

Shades of Black Pearl #172A33

Tints of Black Pearl #172A33

Color information

#172A33 (or 0x172A33) is unknown color: approx Black Pearl. HEX triplet: 17, 2A and 33. RGB value is (23,42,51). Sum of RGB (Red+Green+Blue) = 23+42+51=116 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.83% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 51 - color contains mainly: blue. Hex color #172A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A33 is #E8D5CC. Grayscale: #252525. Windows color (decimal): -15259085 or 3353111. OLE color: 3353111.

HSL color Cylindrical-coordinate representation of color #172A33: hue angle of 199.29º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #172A33 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB234251-
CMYK0.550.1800.8
HSL199.29º37.84%14.51%-
HSV(B)199.29º54.9%20%-
XYZ1.782.083.44-
YUV37.34135.71117.77-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.83%
GREEN value IS 42 (16.80% from 255) = 36.21%
BLUE value IS 51 (20.31% from 255) = 43.97%
R=19.83%
G=36.21%
B=43.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2342510.550.1800.8199.2937.8414.51
Hex172A333712050c726f
Octal275263672201203074617
Binary101111010101100111101111001001010000110001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172A33; }

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

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

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

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

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

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

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

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