#11191C

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

Shades of Black Pearl #11191C

Tints of Black Pearl #11191C

Color information

#11191C (or 0x11191C) is unknown color: approx Black Pearl. HEX triplet: 11, 19 and 1C. RGB value is (17,25,28). Sum of RGB (Red+Green+Blue) = 17+25+28=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 28 - color contains mainly: blue. Hex color #11191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11191C is #EEE6E3. Grayscale: #161616. Windows color (decimal): -15656676 or 1841425. OLE color: 1841425.

HSL color Cylindrical-coordinate representation of color #11191C: hue angle of 196.36º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #11191C is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB172528-
CMYK0.390.1100.89
HSL196.36º24.44%8.82%-
HSV(B)196.36º39.29%10.98%-
XYZ0.790.91.23-
YUV22.95130.85123.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.29%
GREEN value IS 25 (10.16% from 255) = 35.71%
BLUE value IS 28 (11.33% from 255) = 40%
R=24.29%
G=35.71%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1725280.390.1100.89196.3624.448.82
Hex11191C27B059c4189
Octal213134471301313043011
Binary10001110011110010011110110101100111000100110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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