#111D29

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

Shades of Black Pearl #111D29

Tints of Black Pearl #111D29

Color information

#111D29 (or 0x111D29) is unknown color: approx Black Pearl. HEX triplet: 11, 1D and 29. RGB value is (17,29,41). Sum of RGB (Red+Green+Blue) = 17+29+41=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 41 (16.41% from 255 or 47.13% from 87); Max value from RGB is 41 - color contains mainly: blue. Hex color #111D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D29 is #EEE2D6. Grayscale: #1A1A1A. Windows color (decimal): -15655639 or 2694417. OLE color: 2694417.

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

Color convert

RGB172941-
CMYK0.590.2900.84
HSL210º41.38%11.37%-
HSV(B)210º58.54%16.08%-
XYZ1.071.162.26-
YUV26.78136.02121.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.54%
GREEN value IS 29 (11.72% from 255) = 33.33%
BLUE value IS 41 (16.41% from 255) = 47.13%
R=19.54%
G=33.33%
B=47.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1729410.590.2900.8421041.3811.37
Hex111D293B1D054d229b
Octal213551733501243225113
Binary10001111011010011110111110101010100110100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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