#11171A

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

Shades of Black Pearl #11171A

Tints of Black Pearl #11171A

Color information

#11171A (or 0x11171A) is unknown color: approx Black Pearl. HEX triplet: 11, 17 and 1A. RGB value is (17,23,26). Sum of RGB (Red+Green+Blue) = 17+23+26=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 26 - color contains mainly: blue. Hex color #11171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11171A is #EEE8E5. Grayscale: #151515. Windows color (decimal): -15657190 or 1709841. OLE color: 1709841.

HSL color Cylindrical-coordinate representation of color #11171A: hue angle of 200º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #11171A is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB172326-
CMYK0.350.1200.90
HSL200º20.93%8.43%-
HSV(B)200º34.62%10.2%-
XYZ0.720.811.09-
YUV21.55130.51124.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.76%
GREEN value IS 23 (9.38% from 255) = 34.85%
BLUE value IS 26 (10.55% from 255) = 39.39%
R=25.76%
G=34.85%
B=39.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1723260.350.1200.9020020.938.43
Hex11171A23C05Ac8158
Octal212732431401323102510
Binary10001101111101010001111000101101011001000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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