#11151B

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

Shades of Black Pearl #11151B

Tints of Black Pearl #11151B

Color information

#11151B (or 0x11151B) is unknown color: approx Black Pearl. HEX triplet: 11, 15 and 1B. RGB value is (17,21,27). Sum of RGB (Red+Green+Blue) = 17+21+27=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 27 - color contains mainly: blue. Hex color #11151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11151B is #EEEAE4. Grayscale: #141414. Windows color (decimal): -15657701 or 1774865. OLE color: 1774865.

HSL color Cylindrical-coordinate representation of color #11151B: hue angle of 216º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #11151B is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB172127-
CMYK0.370.2200.89
HSL216º22.73%8.63%-
HSV(B)216º37.04%10.59%-
XYZ0.70.731.14-
YUV20.49131.67125.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.15%
GREEN value IS 21 (8.59% from 255) = 32.31%
BLUE value IS 27 (10.94% from 255) = 41.54%
R=26.15%
G=32.31%
B=41.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1721270.370.2200.8921622.738.63
Hex11151B2516059d8179
Octal212533452601313302711
Binary100011010111011100101101100101100111011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11151B; }

 p { color: rgb(17,21,27); }

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

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

 a { background-color: rgb(17,21,27); }

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

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

 span { border-color: rgb(17,21,27); }

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