Shades of Black Pearl #11252A
Tints of Black Pearl #11252A
RGB
CMYK
RGB Variations
Color information
#11252A (or 0x11252A) is known color: Black Pearl. HEX triplet: 11, 25 and 2A. RGB value is (17,37,42). Sum of RGB (Red+Green+Blue) = 17+37+42=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 42 - color contains mainly: blue. Hex color #11252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11252A is #EEDAD5. Grayscale: #1F1F1F. Windows color (decimal): -15653590 or 2762001. OLE color: 2762001.
HSL color Cylindrical-coordinate representation of color #11252A: hue angle of 192º 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 #11252A is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 37 | 42 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.84 |
| HSL | 192º | 0.42% | 0.12% | - |
| HSV(B) | 192º | 0.6% | 0.16% | - |
| XYZ | 1.31 | 1.61 | 2.43 | - |
| YUV | 31.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 42 | 0.60 | 0.12 | 0 | 0.84 | 192 | 0.42 | 0.12 |
| Hex | 11 | 25 | 2A | 3C | C | 0 | 54 | C0 | 2A | C |
| Octal | 21 | 45 | 52 | 74 | 14 | 0 | 124 | 300 | 52 | 14 |
| Binary | 10001 | 100101 | 101010 | 111100 | 1100 | 0 | 1010100 | 11000000 | 101010 | 1100 |
Color Harmonies of #11252A
Complementary color
Monochromatic Colors of #11252A
Black with #11252A
Text Example
Text Example
White with #11252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11252A; }
p { color: rgb(17,37,42); }
H1.HeaderClassName
{
color: #11252A;
}
.AnyTagClassName
{
color: #11252A;
}
</style>
background-color css
<style>
a { background-color: #11252A; }
a { background-color: rgb(17,37,42); }
div.DivClassName
{
background-color: #11252A;
}
.BgClassName
{
background-color: #11252A;
}
</style>
border-color css
<style>
span { border-color: #11252A; }
span { border-color: rgb(17,37,42); }
td.TdClassName
{
border-color: #11252A;
}
.TagClassName
{
border-color: #11252A;
}
</style>