#11151A

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

Shades of Black Pearl #11151A

Tints of Black Pearl #11151A

Color information

#11151A (or 0x11151A) is unknown color: approx Black Pearl. HEX triplet: 11, 15 and 1A. RGB value is (17,21,26). Sum of RGB (Red+Green+Blue) = 17+21+26=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 26 - color contains mainly: blue. Hex color #11151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11151A is #EEEAE5. Grayscale: #141414. Windows color (decimal): -15657702 or 1709329. OLE color: 1709329.

HSL color Cylindrical-coordinate representation of color #11151A: hue angle of 213.33º 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 #11151A is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB172126-
CMYK0.350.1900.90
HSL213.33º20.93%8.43%-
HSV(B)213.33º34.62%10.2%-
XYZ0.690.731.08-
YUV20.37131.17125.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.56%
GREEN value IS 21 (8.59% from 255) = 32.81%
BLUE value IS 26 (10.55% from 255) = 40.62%
R=26.56%
G=32.81%
B=40.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1721260.350.1900.90213.3320.938.43
Hex11151A231305Ad5158
Octal212532432301323252510
Binary100011010111010100011100110101101011010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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