#111E29

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

Shades of Black Pearl #111E29

Tints of Black Pearl #111E29

Color information

#111E29 (or 0x111E29) is unknown color: approx Black Pearl. HEX triplet: 11, 1E and 29. RGB value is (17,30,41). Sum of RGB (Red+Green+Blue) = 17+30+41=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 41 (16.41% from 255 or 46.59% from 88); Max value from RGB is 41 - color contains mainly: blue. Hex color #111E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E29 is #EEE1D6. Grayscale: #1B1B1B. Windows color (decimal): -15655383 or 2694673. OLE color: 2694673.

HSL color Cylindrical-coordinate representation of color #111E29: hue angle of 207.5º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #111E29 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB173041-
CMYK0.590.2700.84
HSL207.5º41.38%11.37%-
HSV(B)207.5º58.54%16.08%-
XYZ1.11.212.27-
YUV27.37135.69120.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 30 (12.11% from 255) = 34.09%
BLUE value IS 41 (16.41% from 255) = 46.59%
R=19.32%
G=34.09%
B=46.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1730410.590.2700.84207.541.3811.37
Hex111E293B1B054d029b
Octal213651733301243205113
Binary10001111101010011110111101101010100110100001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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