#111A29

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

Shades of Black Pearl #111A29

Tints of Black Pearl #111A29

Color information

#111A29 (or 0x111A29) is unknown color: approx Black Pearl. HEX triplet: 11, 1A and 29. RGB value is (17,26,41). Sum of RGB (Red+Green+Blue) = 17+26+41=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #111A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A29 is #EEE5D6. Grayscale: #181818. Windows color (decimal): -15656407 or 2693649. OLE color: 2693649.

HSL color Cylindrical-coordinate representation of color #111A29: hue angle of 217.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 #111A29 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB172641-
CMYK0.590.3700.84
HSL217.5º41.38%11.37%-
HSV(B)217.5º58.54%16.08%-
XYZ11.022.24-
YUV25.02137.02122.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 26 (10.55% from 255) = 30.95%
BLUE value IS 41 (16.41% from 255) = 48.81%
R=20.24%
G=30.95%
B=48.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1726410.590.3700.84217.541.3811.37
Hex111A293B25054da29b
Octal213251734501243325113
Binary100011101010100111101110010101010100110110101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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