Shades of Black Pearl #11262A
Tints of Black Pearl #11262A
RGB
CMYK
RGB Variations
Color information
#11262A (or 0x11262A) is known color: Black Pearl. HEX triplet: 11, 26 and 2A. RGB value is (17,38,42). Sum of RGB (Red+Green+Blue) = 17+38+42=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 42 - color contains mainly: blue. Hex color #11262A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11262A is #EED9D5. Grayscale: #202020. Windows color (decimal): -15653334 or 2762257. OLE color: 2762257.
HSL color Cylindrical-coordinate representation of color #11262A: hue angle of 189.6º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11262A is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 38 | 42 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.84 |
| HSL | 189.6º | 0.42% | 0.12% | - |
| HSV(B) | 189.6º | 0.6% | 0.16% | - |
| XYZ | 1.34 | 1.67 | 2.44 | - |
| YUV | 32.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 42 | 0.60 | 0.10 | 0 | 0.84 | 189.6 | 0.42 | 0.12 |
| Hex | 11 | 26 | 2A | 3C | A | 0 | 54 | BE | 2A | C |
| Octal | 21 | 46 | 52 | 74 | 12 | 0 | 124 | 276 | 52 | 14 |
| Binary | 10001 | 100110 | 101010 | 111100 | 1010 | 0 | 1010100 | 10111110 | 101010 | 1100 |
Color Harmonies of #11262A
Complementary color
Monochromatic Colors of #11262A
Black with #11262A
Text Example
Text Example
White with #11262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11262A; }
p { color: rgb(17,38,42); }
H1.HeaderClassName
{
color: #11262A;
}
.AnyTagClassName
{
color: #11262A;
}
</style>
background-color css
<style>
a { background-color: #11262A; }
a { background-color: rgb(17,38,42); }
div.DivClassName
{
background-color: #11262A;
}
.BgClassName
{
background-color: #11262A;
}
</style>
border-color css
<style>
span { border-color: #11262A; }
span { border-color: rgb(17,38,42); }
td.TdClassName
{
border-color: #11262A;
}
.TagClassName
{
border-color: #11262A;
}
</style>