#111926

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

Shades of Black Pearl #111926

Tints of Black Pearl #111926

Color information

#111926 (or 0x111926) is unknown color: approx Black Pearl. HEX triplet: 11, 19 and 26. RGB value is (17,25,38). Sum of RGB (Red+Green+Blue) = 17+25+38=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 38 (15.23% from 255 or 47.5% from 80); Max value from RGB is 38 - color contains mainly: blue. Hex color #111926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111926 is #EEE6D9. Grayscale: #181818. Windows color (decimal): -15656666 or 2496785. OLE color: 2496785.

HSL color Cylindrical-coordinate representation of color #111926: hue angle of 217.14º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #111926 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB172538-
CMYK0.550.3400.85
HSL217.14º38.18%10.78%-
HSV(B)217.14º55.26%14.9%-
XYZ0.930.951.97-
YUV24.09135.85122.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.25%
GREEN value IS 25 (10.16% from 255) = 31.25%
BLUE value IS 38 (15.23% from 255) = 47.5%
R=21.25%
G=31.25%
B=47.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1725380.550.3400.85217.1438.1810.78
Hex1119263722055d926b
Octal213146674201253314613
Binary100011100110011011011110001001010101110110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111926; }

 p { color: rgb(17,25,38); }

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

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

 a { background-color: rgb(17,25,38); }

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

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

 span { border-color: rgb(17,25,38); }

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