#111E30

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

Shades of Black Pearl #111E30

Tints of Black Pearl #111E30

Color information

#111E30 (or 0x111E30) is unknown color: approx Black Pearl. HEX triplet: 11, 1E and 30. RGB value is (17,30,48). Sum of RGB (Red+Green+Blue) = 17+30+48=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #111E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E30 is #EEE1CF. Grayscale: #1C1C1C. Windows color (decimal): -15655376 or 3153425. OLE color: 3153425.

HSL color Cylindrical-coordinate representation of color #111E30: hue angle of 214.84º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111E30 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB173048-
CMYK0.650.3700.81
HSL214.84º47.69%12.75%-
HSV(B)214.84º64.58%18.82%-
XYZ1.231.262.97-
YUV28.16139.19120.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.89%
GREEN value IS 30 (12.11% from 255) = 31.58%
BLUE value IS 48 (19.14% from 255) = 50.53%
R=17.89%
G=31.58%
B=50.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1730480.650.3700.81214.8447.6912.75
Hex111E304125051d730d
Octal2136601014501213276015
Binary1000111110110000100000110010101010001110101111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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