#11181F

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

Shades of Black Pearl #11181F

Tints of Black Pearl #11181F

Color information

#11181F (or 0x11181F) is unknown color: approx Black Pearl. HEX triplet: 11, 18 and 1F. RGB value is (17,24,31). Sum of RGB (Red+Green+Blue) = 17+24+31=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 31 - color contains mainly: blue. Hex color #11181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11181F is #EEE7E0. Grayscale: #161616. Windows color (decimal): -15656929 or 2037777. OLE color: 2037777.

HSL color Cylindrical-coordinate representation of color #11181F: hue angle of 210º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #11181F is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB172431-
CMYK0.450.2300.88
HSL210º29.17%9.41%-
HSV(B)210º45.16%12.16%-
XYZ0.810.871.42-
YUV22.7132.68123.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 24 (9.77% from 255) = 33.33%
BLUE value IS 31 (12.5% from 255) = 43.06%
R=23.61%
G=33.33%
B=43.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1724310.450.2300.8821029.179.41
Hex11181F2D17058d21d9
Octal213037552701303223511
Binary100011100011111101101101110101100011010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11181F; }

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

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

<style>
 a { background-color: #11181F; }

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

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

<style>
 span { border-color: #11181F; }

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

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