#111C25

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

Shades of Black Pearl #111C25

Tints of Black Pearl #111C25

Color information

#111C25 (or 0x111C25) is unknown color: approx Black Pearl. HEX triplet: 11, 1C and 25. RGB value is (17,28,37). Sum of RGB (Red+Green+Blue) = 17+28+37=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: blue. Hex color #111C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C25 is #EEE3DA. Grayscale: #191919. Windows color (decimal): -15655899 or 2432017. OLE color: 2432017.

HSL color Cylindrical-coordinate representation of color #111C25: hue angle of 207º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #111C25 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB172837-
CMYK0.540.2400.85
HSL207º37.04%10.59%-
HSV(B)207º54.05%14.51%-
XYZ0.981.081.91-
YUV25.74134.36121.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.73%
GREEN value IS 28 (11.33% from 255) = 34.15%
BLUE value IS 37 (14.84% from 255) = 45.12%
R=20.73%
G=34.15%
B=45.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1728370.540.2400.8520737.0410.59
Hex111C253618055cf25b
Octal213445663001253174513
Binary10001111001001011101101100001010101110011111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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