#111B25

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

Shades of Black Pearl #111B25

Tints of Black Pearl #111B25

Color information

#111B25 (or 0x111B25) is unknown color: approx Black Pearl. HEX triplet: 11, 1B and 25. RGB value is (17,27,37). Sum of RGB (Red+Green+Blue) = 17+27+37=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 37 - color contains mainly: blue. Hex color #111B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B25 is #EEE4DA. Grayscale: #191919. Windows color (decimal): -15656155 or 2431761. OLE color: 2431761.

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

Color convert

RGB172737-
CMYK0.540.2700.85
HSL210º37.04%10.59%-
HSV(B)210º54.05%14.51%-
XYZ0.961.041.9-
YUV25.15134.69122.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.99%
GREEN value IS 27 (10.94% from 255) = 33.33%
BLUE value IS 37 (14.84% from 255) = 45.68%
R=20.99%
G=33.33%
B=45.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1727370.540.2700.8521037.0410.59
Hex111B25361B055d225b
Octal213345663301253224513
Binary10001110111001011101101101101010101110100101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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