#111D26

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

Shades of Black Pearl #111D26

Tints of Black Pearl #111D26

Color information

#111D26 (or 0x111D26) is unknown color: approx Black Pearl. HEX triplet: 11, 1D and 26. RGB value is (17,29,38). Sum of RGB (Red+Green+Blue) = 17+29+38=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 38 - color contains mainly: blue. Hex color #111D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D26 is #EEE2D9. Grayscale: #1A1A1A. Windows color (decimal): -15655642 or 2497809. OLE color: 2497809.

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

Color convert

RGB172938-
CMYK0.550.2400.85
HSL205.71º38.18%10.78%-
HSV(B)205.71º55.26%14.9%-
XYZ1.021.142-
YUV26.44134.52121.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 29 (11.72% from 255) = 34.52%
BLUE value IS 38 (15.23% from 255) = 45.24%
R=20.24%
G=34.52%
B=45.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1729380.550.2400.85205.7138.1810.78
Hex111D263718055ce26b
Octal213546673001253164613
Binary10001111011001101101111100001010101110011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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