#111A26

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

Shades of Black Pearl #111A26

Tints of Black Pearl #111A26

Color information

#111A26 (or 0x111A26) is unknown color: approx Black Pearl. HEX triplet: 11, 1A and 26. RGB value is (17,26,38). Sum of RGB (Red+Green+Blue) = 17+26+38=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 38 - color contains mainly: blue. Hex color #111A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A26 is #EEE5D9. Grayscale: #181818. Windows color (decimal): -15656410 or 2497041. OLE color: 2497041.

HSL color Cylindrical-coordinate representation of color #111A26: hue angle of 214.29º 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 #111A26 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB172638-
CMYK0.550.3200.85
HSL214.29º38.18%10.78%-
HSV(B)214.29º55.26%14.9%-
XYZ0.9511.98-
YUV24.68135.52122.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.99%
GREEN value IS 26 (10.55% from 255) = 32.10%
BLUE value IS 38 (15.23% from 255) = 46.91%
R=20.99%
G=32.10%
B=46.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1726380.550.3200.85214.2938.1810.78
Hex111A263720055d626b
Octal213246674001253264613
Binary100011101010011011011110000001010101110101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111A26; }

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

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

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

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

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

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

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

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