#111E2E

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

Shades of Black Pearl #111E2E

Tints of Black Pearl #111E2E

Color information

#111E2E (or 0x111E2E) is unknown color: approx Black Pearl. HEX triplet: 11, 1E and 2E. RGB value is (17,30,46). Sum of RGB (Red+Green+Blue) = 17+30+46=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: blue. Hex color #111E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E2E is #EEE1D1. Grayscale: #1B1B1B. Windows color (decimal): -15655378 or 3022353. OLE color: 3022353.

HSL color Cylindrical-coordinate representation of color #111E2E: hue angle of 213.1º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #111E2E is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB173046-
CMYK0.630.3500.82
HSL213.1º46.03%12.35%-
HSV(B)213.1º63.04%18.04%-
XYZ1.191.242.76-
YUV27.94138.19120.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.28%
GREEN value IS 30 (12.11% from 255) = 32.26%
BLUE value IS 46 (18.36% from 255) = 49.46%
R=18.28%
G=32.26%
B=49.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1730460.630.3500.82213.146.0312.35
Hex111E2E3F23052d52ec
Octal213656774301223255614
Binary100011111010111011111110001101010010110101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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