#111A25

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

Shades of Black Pearl #111A25

Tints of Black Pearl #111A25

Color information

#111A25 (or 0x111A25) is unknown color: approx Black Pearl. HEX triplet: 11, 1A and 25. RGB value is (17,26,37). Sum of RGB (Red+Green+Blue) = 17+26+37=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #111A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A25 is #EEE5DA. Grayscale: #181818. Windows color (decimal): -15656411 or 2431505. OLE color: 2431505.

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

Color convert

RGB172637-
CMYK0.540.3000.85
HSL213º37.04%10.59%-
HSV(B)213º54.05%14.51%-
XYZ0.930.991.89-
YUV24.56135.02122.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.25%
GREEN value IS 26 (10.55% from 255) = 32.5%
BLUE value IS 37 (14.84% from 255) = 46.25%
R=21.25%
G=32.5%
B=46.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1726370.540.3000.8521337.0410.59
Hex111A25361E055d525b
Octal213245663601253254513
Binary10001110101001011101101111001010101110101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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