#111E27

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

Shades of Black Pearl #111E27

Tints of Black Pearl #111E27

Color information

#111E27 (or 0x111E27) is unknown color: approx Black Pearl. HEX triplet: 11, 1E and 27. RGB value is (17,30,39). Sum of RGB (Red+Green+Blue) = 17+30+39=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 39 (15.62% from 255 or 45.35% from 86); Max value from RGB is 39 - color contains mainly: blue. Hex color #111E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E27 is #EEE1D8. Grayscale: #1B1B1B. Windows color (decimal): -15655385 or 2563601. OLE color: 2563601.

HSL color Cylindrical-coordinate representation of color #111E27: hue angle of 204.55º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #111E27 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB173039-
CMYK0.560.2300.85
HSL204.55º39.29%10.98%-
HSV(B)204.55º56.41%15.29%-
XYZ1.061.192.09-
YUV27.14134.69120.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 30 (12.11% from 255) = 34.88%
BLUE value IS 39 (15.62% from 255) = 45.35%
R=19.77%
G=34.88%
B=45.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1730390.560.2300.85204.5539.2910.98
Hex111E273817055cd27b
Octal213647702701253154713
Binary10001111101001111110001011101010101110011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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