#172C30

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

Shades of Black Pearl #172C30

Tints of Black Pearl #172C30

Color information

#172C30 (or 0x172C30) is unknown color: approx Black Pearl. HEX triplet: 17, 2C and 30. RGB value is (23,44,48). Sum of RGB (Red+Green+Blue) = 23+44+48=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 48 - color contains mainly: blue. Hex color #172C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172C30 is #E8D3CF. Grayscale: #262626. Windows color (decimal): -15258576 or 3157015. OLE color: 3157015.

HSL color Cylindrical-coordinate representation of color #172C30: hue angle of 189.6º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #172C30 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB234448-
CMYK0.520.0800.81
HSL189.6º35.21%13.92%-
HSV(B)189.6º52.08%18.82%-
XYZ1.792.23.13-
YUV38.18133.54117.17-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 48 (19.14% from 255) = 41.74%
R=20%
G=38.26%
B=41.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2344480.520.0800.81189.635.2113.92
Hex172C30348051be23e
Octal275460641001212764316
Binary10111101100110000110100100001010001101111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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