#111F25

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

Shades of Black Pearl #111F25

Tints of Black Pearl #111F25

Color information

#111F25 (or 0x111F25) is unknown color: approx Black Pearl. HEX triplet: 11, 1F and 25. RGB value is (17,31,37). Sum of RGB (Red+Green+Blue) = 17+31+37=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 37 - color contains mainly: blue. Hex color #111F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F25 is #EEE0DA. Grayscale: #1B1B1B. Windows color (decimal): -15655131 or 2432785. OLE color: 2432785.

HSL color Cylindrical-coordinate representation of color #111F25: hue angle of 198º 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 #111F25 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB173137-
CMYK0.540.1600.85
HSL198º37.04%10.59%-
HSV(B)198º54.05%14.51%-
XYZ1.061.231.93-
YUV27.5133.36120.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20%
GREEN value IS 31 (12.5% from 255) = 36.47%
BLUE value IS 37 (14.84% from 255) = 43.53%
R=20%
G=36.47%
B=43.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1731370.540.1600.8519837.0410.59
Hex111F253610055c625b
Octal213745662001253064513
Binary10001111111001011101101000001010101110001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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