#111E2C

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

Shades of Black Pearl #111E2C

Tints of Black Pearl #111E2C

Color information

#111E2C (or 0x111E2C) is unknown color: approx Black Pearl. HEX triplet: 11, 1E and 2C. RGB value is (17,30,44). Sum of RGB (Red+Green+Blue) = 17+30+44=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #111E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E2C is #EEE1D3. Grayscale: #1B1B1B. Windows color (decimal): -15655380 or 2891281. OLE color: 2891281.

HSL color Cylindrical-coordinate representation of color #111E2C: hue angle of 211.11º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #111E2C is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB173044-
CMYK0.610.3200.83
HSL211.11º44.26%11.96%-
HSV(B)211.11º61.36%17.25%-
XYZ1.151.232.56-
YUV27.71137.19120.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.68%
GREEN value IS 30 (12.11% from 255) = 32.97%
BLUE value IS 44 (17.58% from 255) = 48.35%
R=18.68%
G=32.97%
B=48.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1730440.610.3200.83211.1144.2611.96
Hex111E2C3D20053d32cc
Octal213654754001233235414
Binary100011111010110011110110000001010011110100111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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