#111C28

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

Shades of Black Pearl #111C28

Tints of Black Pearl #111C28

Color information

#111C28 (or 0x111C28) is unknown color: approx Black Pearl. HEX triplet: 11, 1C and 28. RGB value is (17,28,40). Sum of RGB (Red+Green+Blue) = 17+28+40=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 40 - color contains mainly: blue. Hex color #111C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C28 is #EEE3D7. Grayscale: #1A1A1A. Windows color (decimal): -15655896 or 2628625. OLE color: 2628625.

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

Color convert

RGB172840-
CMYK0.570.3000.84
HSL211.3º40.35%11.18%-
HSV(B)211.3º57.5%15.69%-
XYZ1.031.12.17-
YUV26.08135.86121.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20%
GREEN value IS 28 (11.33% from 255) = 32.94%
BLUE value IS 40 (16.02% from 255) = 47.06%
R=20%
G=32.94%
B=47.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1728400.570.3000.84211.340.3511.18
Hex111C28391E054d328b
Octal213450713601243235013
Binary10001111001010001110011111001010100110100111010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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