#172934

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

Shades of Black Pearl #172934

Tints of Black Pearl #172934

Color information

#172934 (or 0x172934) is unknown color: approx Black Pearl. HEX triplet: 17, 29 and 34. RGB value is (23,41,52). Sum of RGB (Red+Green+Blue) = 23+41+52=116 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.83% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #172934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172934 is #E8D6CB. Grayscale: #242424. Windows color (decimal): -15259340 or 3418391. OLE color: 3418391.

HSL color Cylindrical-coordinate representation of color #172934: hue angle of 202.76º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #172934 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB234152-
CMYK0.560.2100.80
HSL202.76º38.67%14.71%-
HSV(B)202.76º55.77%20.39%-
XYZ1.772.023.54-
YUV36.87136.54118.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.83%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 52 (20.70% from 255) = 44.83%
R=19.83%
G=35.34%
B=44.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2341520.560.2100.80202.7638.6714.71
Hex1729343815050cb27f
Octal275164702501203134717
Binary101111010011101001110001010101010000110010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172934; }

 p { color: rgb(23,41,52); }

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

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

 a { background-color: rgb(23,41,52); }

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

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

 span { border-color: rgb(23,41,52); }

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