#172230

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

Shades of Black Pearl #172230

Tints of Black Pearl #172230

Color information

#172230 (or 0x172230) is unknown color: approx Black Pearl. HEX triplet: 17, 22 and 30. RGB value is (23,34,48). Sum of RGB (Red+Green+Blue) = 23+34+48=105 (13% of max value = 765). Red value is 23 (9.38% from 255 or 21.90% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #172230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172230 is #E8DDCF. Grayscale: #202020. Windows color (decimal): -15261136 or 3154455. OLE color: 3154455.

HSL color Cylindrical-coordinate representation of color #172230: hue angle of 213.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 #172230 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB233448-
CMYK0.520.2900.81
HSL213.6º35.21%13.92%-
HSV(B)213.6º52.08%18.82%-
XYZ1.461.543.02-
YUV32.31136.86121.36-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.90%
GREEN value IS 34 (13.67% from 255) = 32.38%
BLUE value IS 48 (19.14% from 255) = 45.71%
R=21.90%
G=32.38%
B=45.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2334480.520.2900.81213.635.2113.92
Hex172230341D051d623e
Octal274260643501213264316
Binary101111000101100001101001110101010001110101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172230; }

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

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

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

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

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

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

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

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