Shades of Black Pearl #112227
Tints of Black Pearl #112227
RGB
CMYK
RGB Variations
Color information
#112227 (or 0x112227) is known color: Black Pearl. HEX triplet: 11, 22 and 27. RGB value is (17,34,39). Sum of RGB (Red+Green+Blue) = 17+34+39=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 39 - color contains mainly: blue. Hex color #112227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112227 is #EEDDD8. Grayscale: #1D1D1D. Windows color (decimal): -15654361 or 2564625. OLE color: 2564625.
HSL color Cylindrical-coordinate representation of color #112227: hue angle of 193.64º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #112227 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 34 | 39 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.85 |
| HSL | 193.64º | 0.39% | 0.11% | - |
| HSV(B) | 193.64º | 0.56% | 0.15% | - |
| XYZ | 1.17 | 1.41 | 2.13 | - |
| YUV | 29.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 39 | 0.56 | 0.13 | 0 | 0.85 | 193.64 | 0.39 | 0.11 |
| Hex | 11 | 22 | 27 | 38 | D | 0 | 55 | C2 | 27 | B |
| Octal | 21 | 42 | 47 | 70 | 15 | 0 | 125 | 302 | 47 | 13 |
| Binary | 10001 | 100010 | 100111 | 111000 | 1101 | 0 | 1010101 | 11000010 | 100111 | 1011 |
Color Harmonies of #112227
Complementary color
Monochromatic Colors of #112227
Black with #112227
Text Example
Text Example
White with #112227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112227; }
p { color: rgb(17,34,39); }
H1.HeaderClassName
{
color: #112227;
}
.AnyTagClassName
{
color: #112227;
}
</style>
background-color css
<style>
a { background-color: #112227; }
a { background-color: rgb(17,34,39); }
div.DivClassName
{
background-color: #112227;
}
.BgClassName
{
background-color: #112227;
}
</style>
border-color css
<style>
span { border-color: #112227; }
span { border-color: rgb(17,34,39); }
td.TdClassName
{
border-color: #112227;
}
.TagClassName
{
border-color: #112227;
}
</style>