Shades of Black Pearl #242A2C
Tints of Black Pearl #242A2C
RGB
CMYK
RGB Variations
Color information
#242A2C (or 0x242A2C) is known color: Black Pearl. HEX triplet: 24, 2A and 2C. RGB value is (36,42,44). Sum of RGB (Red+Green+Blue) = 36+42+44=122 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.51% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 44 - color contains mainly: blue. Hex color #242A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242A2C is #DBD5D3. Grayscale: #282828. Windows color (decimal): -14407124 or 2894372. OLE color: 2894372.
HSL color Cylindrical-coordinate representation of color #242A2C: hue angle of 195º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #242A2C is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 42 | 44 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.83 |
| HSL | 195º | 0.1% | 0.16% | - |
| HSV(B) | 195º | 0.18% | 0.17% | - |
| XYZ | 2.01 | 2.21 | 2.7 | - |
| YUV | 40.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 44 | 0.18 | 0.05 | 0 | 0.83 | 195 | 0.1 | 0.16 |
| Hex | 24 | 2A | 2C | 12 | 5 | 0 | 53 | C3 | A | 10 |
| Octal | 44 | 52 | 54 | 22 | 5 | 0 | 123 | 303 | 12 | 20 |
| Binary | 100100 | 101010 | 101100 | 10010 | 101 | 0 | 1010011 | 11000011 | 1010 | 10000 |
Color Harmonies of #242A2C
Complementary color
Monochromatic Colors of #242A2C
Black with #242A2C
Text Example
Text Example
White with #242A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A2C; }
p { color: rgb(36,42,44); }
H1.HeaderClassName
{
color: #242A2C;
}
.AnyTagClassName
{
color: #242A2C;
}
</style>
background-color css
<style>
a { background-color: #242A2C; }
a { background-color: rgb(36,42,44); }
div.DivClassName
{
background-color: #242A2C;
}
.BgClassName
{
background-color: #242A2C;
}
</style>
border-color css
<style>
span { border-color: #242A2C; }
span { border-color: rgb(36,42,44); }
td.TdClassName
{
border-color: #242A2C;
}
.TagClassName
{
border-color: #242A2C;
}
</style>