#111E28

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

Shades of Black Pearl #111E28

Tints of Black Pearl #111E28

Color information

#111E28 (or 0x111E28) is unknown color: approx Black Pearl. HEX triplet: 11, 1E and 28. RGB value is (17,30,40). Sum of RGB (Red+Green+Blue) = 17+30+40=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 40 (16.02% from 255 or 45.98% from 87); Max value from RGB is 40 - color contains mainly: blue. Hex color #111E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E28 is #EEE1D7. Grayscale: #1B1B1B. Windows color (decimal): -15655384 or 2629137. OLE color: 2629137.

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

Color convert

RGB173040-
CMYK0.570.2500.84
HSL206.09º40.35%11.18%-
HSV(B)206.09º57.5%15.69%-
XYZ1.081.22.18-
YUV27.25135.19120.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.54%
GREEN value IS 30 (12.11% from 255) = 34.48%
BLUE value IS 40 (16.02% from 255) = 45.98%
R=19.54%
G=34.48%
B=45.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1730400.570.2500.84206.0940.3511.18
Hex111E283919054ce28b
Octal213650713101243165013
Binary10001111101010001110011100101010100110011101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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