Shades of Black Pearl #252A2C
Tints of Black Pearl #252A2C
RGB
CMYK
RGB Variations
Color information
#252A2C (or 0x252A2C) is known color: Black Pearl. HEX triplet: 25, 2A and 2C. RGB value is (37,42,44). Sum of RGB (Red+Green+Blue) = 37+42+44=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 44 - color contains mainly: blue. Hex color #252A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A2C is #DAD5D3. Grayscale: #282828. Windows color (decimal): -14341588 or 2894373. OLE color: 2894373.
HSL color Cylindrical-coordinate representation of color #252A2C: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #252A2C is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 42 | 44 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.83 |
| HSL | 197.14º | 0.09% | 0.16% | - |
| HSV(B) | 197.14º | 0.16% | 0.17% | - |
| XYZ | 2.05 | 2.23 | 2.71 | - |
| YUV | 40.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 44 | 0.16 | 0.05 | 0 | 0.83 | 197.14 | 0.09 | 0.16 |
| Hex | 25 | 2A | 2C | 10 | 5 | 0 | 53 | C5 | 9 | 10 |
| Octal | 45 | 52 | 54 | 20 | 5 | 0 | 123 | 305 | 11 | 20 |
| Binary | 100101 | 101010 | 101100 | 10000 | 101 | 0 | 1010011 | 11000101 | 1001 | 10000 |
Color Harmonies of #252A2C
Complementary color
Monochromatic Colors of #252A2C
Black with #252A2C
Text Example
Text Example
White with #252A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A2C; }
p { color: rgb(37,42,44); }
H1.HeaderClassName
{
color: #252A2C;
}
.AnyTagClassName
{
color: #252A2C;
}
</style>
background-color css
<style>
a { background-color: #252A2C; }
a { background-color: rgb(37,42,44); }
div.DivClassName
{
background-color: #252A2C;
}
.BgClassName
{
background-color: #252A2C;
}
</style>
border-color css
<style>
span { border-color: #252A2C; }
span { border-color: rgb(37,42,44); }
td.TdClassName
{
border-color: #252A2C;
}
.TagClassName
{
border-color: #252A2C;
}
</style>