Shades of Black Pearl #24282A
Tints of Black Pearl #24282A
RGB
CMYK
RGB Variations
Color information
#24282A (or 0x24282A) is known color: Black Pearl. HEX triplet: 24, 28 and 2A. RGB value is (36,40,42). Sum of RGB (Red+Green+Blue) = 36+40+42=118 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.51% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 42 - color contains mainly: blue. Hex color #24282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24282A is #DBD7D5. Grayscale: #272727. Windows color (decimal): -14407638 or 2762788. OLE color: 2762788.
HSL color Cylindrical-coordinate representation of color #24282A: hue angle of 200º degrees, saturation: 0.08, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #24282A is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 40 | 42 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.84 |
| HSL | 200º | 0.08% | 0.15% | - |
| HSV(B) | 200º | 0.14% | 0.16% | - |
| XYZ | 1.9 | 2.06 | 2.49 | - |
| YUV | 39.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 42 | 0.14 | 0.05 | 0 | 0.84 | 200 | 0.08 | 0.15 |
| Hex | 24 | 28 | 2A | E | 5 | 0 | 54 | C8 | 8 | F |
| Octal | 44 | 50 | 52 | 16 | 5 | 0 | 124 | 310 | 10 | 17 |
| Binary | 100100 | 101000 | 101010 | 1110 | 101 | 0 | 1010100 | 11001000 | 1000 | 1111 |
Color Harmonies of #24282A
Complementary color
Monochromatic Colors of #24282A
Black with #24282A
Text Example
Text Example
White with #24282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24282A; }
p { color: rgb(36,40,42); }
H1.HeaderClassName
{
color: #24282A;
}
.AnyTagClassName
{
color: #24282A;
}
</style>
background-color css
<style>
a { background-color: #24282A; }
a { background-color: rgb(36,40,42); }
div.DivClassName
{
background-color: #24282A;
}
.BgClassName
{
background-color: #24282A;
}
</style>
border-color css
<style>
span { border-color: #24282A; }
span { border-color: rgb(36,40,42); }
td.TdClassName
{
border-color: #24282A;
}
.TagClassName
{
border-color: #24282A;
}
</style>