#11191E

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

Shades of Black Pearl #11191E

Tints of Black Pearl #11191E

Color information

#11191E (or 0x11191E) is unknown color: approx Black Pearl. HEX triplet: 11, 19 and 1E. RGB value is (17,25,30). Sum of RGB (Red+Green+Blue) = 17+25+30=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 30 - color contains mainly: blue. Hex color #11191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11191E is #EEE6E1. Grayscale: #171717. Windows color (decimal): -15656674 or 1972497. OLE color: 1972497.

HSL color Cylindrical-coordinate representation of color #11191E: hue angle of 203.08º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #11191E is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB172530-
CMYK0.430.1700.88
HSL203.08º27.66%9.22%-
HSV(B)203.08º43.33%11.76%-
XYZ0.810.911.36-
YUV23.18131.85123.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 25 (10.16% from 255) = 34.72%
BLUE value IS 30 (12.11% from 255) = 41.67%
R=23.61%
G=34.72%
B=41.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1725300.430.1700.88203.0827.669.22
Hex11191E2B11058cb1c9
Octal213136532101303133411
Binary100011100111110101011100010101100011001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11191E; }

 p { color: rgb(17,25,30); }

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

<style>
 a { background-color: #11191E; }

 a { background-color: rgb(17,25,30); }

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

<style>
 span { border-color: #11191E; }

 span { border-color: rgb(17,25,30); }

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