#111B28

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

Shades of Black Pearl #111B28

Tints of Black Pearl #111B28

Color information

#111B28 (or 0x111B28) is unknown color: approx Black Pearl. HEX triplet: 11, 1B and 28. RGB value is (17,27,40). Sum of RGB (Red+Green+Blue) = 17+27+40=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #111B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B28 is #EEE4D7. Grayscale: #191919. Windows color (decimal): -15656152 or 2628369. OLE color: 2628369.

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

Color convert

RGB172740-
CMYK0.570.3300.84
HSL213.91º40.35%11.18%-
HSV(B)213.91º57.5%15.69%-
XYZ1.011.062.16-
YUV25.49136.19121.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 27 (10.94% from 255) = 32.14%
BLUE value IS 40 (16.02% from 255) = 47.62%
R=20.24%
G=32.14%
B=47.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1727400.570.3300.84213.9140.3511.18
Hex111B283921054d628b
Octal213350714101243265013
Binary100011101110100011100110000101010100110101101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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