#111A28

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

Shades of Black Pearl #111A28

Tints of Black Pearl #111A28

Color information

#111A28 (or 0x111A28) is unknown color: approx Black Pearl. HEX triplet: 11, 1A and 28. RGB value is (17,26,40). Sum of RGB (Red+Green+Blue) = 17+26+40=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #111A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A28 is #EEE5D7. Grayscale: #181818. Windows color (decimal): -15656408 or 2628113. OLE color: 2628113.

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

Color convert

RGB172640-
CMYK0.570.3500.84
HSL216.52º40.35%11.18%-
HSV(B)216.52º57.5%15.69%-
XYZ0.981.012.15-
YUV24.9136.52122.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.48%
GREEN value IS 26 (10.55% from 255) = 31.33%
BLUE value IS 40 (16.02% from 255) = 48.19%
R=20.48%
G=31.33%
B=48.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1726400.570.3500.84216.5240.3511.18
Hex111A283923054d928b
Octal213250714301243315013
Binary100011101010100011100110001101010100110110011010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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