#11171F

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

Shades of Black Pearl #11171F

Tints of Black Pearl #11171F

Color information

#11171F (or 0x11171F) is unknown color: approx Black Pearl. HEX triplet: 11, 17 and 1F. RGB value is (17,23,31). Sum of RGB (Red+Green+Blue) = 17+23+31=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 23 (9.38% from 255 or 32.39% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 31 - color contains mainly: blue. Hex color #11171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11171F is #EEE8E0. Grayscale: #161616. Windows color (decimal): -15657185 or 2037521. OLE color: 2037521.

HSL color Cylindrical-coordinate representation of color #11171F: hue angle of 214.29º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #11171F is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB172331-
CMYK0.450.2600.88
HSL214.29º29.17%9.41%-
HSV(B)214.29º45.16%12.16%-
XYZ0.780.831.42-
YUV22.12133.01124.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.94%
GREEN value IS 23 (9.38% from 255) = 32.39%
BLUE value IS 31 (12.5% from 255) = 43.66%
R=23.94%
G=32.39%
B=43.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1723310.450.2600.88214.2929.179.41
Hex11171F2D1A058d61d9
Octal212737553201303263511
Binary100011011111111101101110100101100011010110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11171F; }

 p { color: rgb(17,23,31); }

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

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

 a { background-color: rgb(17,23,31); }

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

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

 span { border-color: rgb(17,23,31); }

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