#111E26

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

Shades of Black Pearl #111E26

Tints of Black Pearl #111E26

Color information

#111E26 (or 0x111E26) is unknown color: approx Black Pearl. HEX triplet: 11, 1E and 26. RGB value is (17,30,38). Sum of RGB (Red+Green+Blue) = 17+30+38=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 38 (15.23% from 255 or 44.71% from 85); Max value from RGB is 38 - color contains mainly: blue. Hex color #111E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E26 is #EEE1D9. Grayscale: #1A1A1A. Windows color (decimal): -15655386 or 2498065. OLE color: 2498065.

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

Color convert

RGB173038-
CMYK0.550.2100.85
HSL202.86º38.18%10.78%-
HSV(B)202.86º55.26%14.9%-
XYZ1.051.192.01-
YUV27.02134.19120.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20%
GREEN value IS 30 (12.11% from 255) = 35.29%
BLUE value IS 38 (15.23% from 255) = 44.71%
R=20%
G=35.29%
B=44.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1730380.550.2100.85202.8638.1810.78
Hex111E263715055cb26b
Octal213646672501253134613
Binary10001111101001101101111010101010101110010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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