Shades of Black Pearl #11181C
Tints of Black Pearl #11181C
RGB
CMYK
RGB Variations
Color information
#11181C (or 0x11181C) is known color: Black Pearl. HEX triplet: 11, 18 and 1C. RGB value is (17,24,28). Sum of RGB (Red+Green+Blue) = 17+24+28=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 24 (9.77% from 255 or 34.78% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 28 - color contains mainly: blue. Hex color #11181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11181C is #EEE7E3. Grayscale: #161616. Windows color (decimal): -15656932 or 1841169. OLE color: 1841169.
HSL color Cylindrical-coordinate representation of color #11181C: hue angle of 201.82º 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 #11181C is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 24 | 28 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.89 |
| HSL | 201.82º | 0.24% | 0.09% | - |
| HSV(B) | 201.82º | 0.39% | 0.11% | - |
| XYZ | 0.77 | 0.86 | 1.22 | - |
| YUV | 22.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 28 | 0.39 | 0.14 | 0 | 0.89 | 201.82 | 0.24 | 0.09 |
| Hex | 11 | 18 | 1C | 27 | E | 0 | 59 | CA | 18 | 9 |
| Octal | 21 | 30 | 34 | 47 | 16 | 0 | 131 | 312 | 30 | 11 |
| Binary | 10001 | 11000 | 11100 | 100111 | 1110 | 0 | 1011001 | 11001010 | 11000 | 1001 |
Color Harmonies of #11181C
Complementary color
Monochromatic Colors of #11181C
Black with #11181C
Text Example
Text Example
White with #11181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11181C; }
p { color: rgb(17,24,28); }
H1.HeaderClassName
{
color: #11181C;
}
.AnyTagClassName
{
color: #11181C;
}
</style>
background-color css
<style>
a { background-color: #11181C; }
a { background-color: rgb(17,24,28); }
div.DivClassName
{
background-color: #11181C;
}
.BgClassName
{
background-color: #11181C;
}
</style>
border-color css
<style>
span { border-color: #11181C; }
span { border-color: rgb(17,24,28); }
td.TdClassName
{
border-color: #11181C;
}
.TagClassName
{
border-color: #11181C;
}
</style>