Shades of Black Pearl #19252B
Tints of Black Pearl #19252B
RGB
CMYK
RGB Variations
Color information
#19252B (or 0x19252B) is known color: Black Pearl. HEX triplet: 19, 25 and 2B. RGB value is (25,37,43). Sum of RGB (Red+Green+Blue) = 25+37+43=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 43 - color contains mainly: blue. Hex color #19252B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19252B is #E6DAD4. Grayscale: #222222. Windows color (decimal): -15129301 or 2827545. OLE color: 2827545.
HSL color Cylindrical-coordinate representation of color #19252B: hue angle of 200º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #19252B is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 37 | 43 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.83 |
| HSL | 200º | 0.26% | 0.13% | - |
| HSV(B) | 200º | 0.42% | 0.17% | - |
| XYZ | 1.5 | 1.7 | 2.54 | - |
| YUV | 34.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 43 | 0.42 | 0.14 | 0 | 0.83 | 200 | 0.26 | 0.13 |
| Hex | 19 | 25 | 2B | 2A | E | 0 | 53 | C8 | 1A | D |
| Octal | 31 | 45 | 53 | 52 | 16 | 0 | 123 | 310 | 32 | 15 |
| Binary | 11001 | 100101 | 101011 | 101010 | 1110 | 0 | 1010011 | 11001000 | 11010 | 1101 |
Color Harmonies of #19252B
Complementary color
Monochromatic Colors of #19252B
Black with #19252B
Text Example
Text Example
White with #19252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19252B; }
p { color: rgb(25,37,43); }
H1.HeaderClassName
{
color: #19252B;
}
.AnyTagClassName
{
color: #19252B;
}
</style>
background-color css
<style>
a { background-color: #19252B; }
a { background-color: rgb(25,37,43); }
div.DivClassName
{
background-color: #19252B;
}
.BgClassName
{
background-color: #19252B;
}
</style>
border-color css
<style>
span { border-color: #19252B; }
span { border-color: rgb(25,37,43); }
td.TdClassName
{
border-color: #19252B;
}
.TagClassName
{
border-color: #19252B;
}
</style>