Shades of Black Pearl #242D30
Tints of Black Pearl #242D30
RGB
CMYK
RGB Variations
Color information
#242D30 (or 0x242D30) is known color: Black Pearl. HEX triplet: 24, 2D and 30. RGB value is (36,45,48). Sum of RGB (Red+Green+Blue) = 36+45+48=129 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.91% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 48 - color contains mainly: blue. Hex color #242D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D30 is #DBD2CF. Grayscale: #2A2A2A. Windows color (decimal): -14406352 or 3157284. OLE color: 3157284.
HSL color Cylindrical-coordinate representation of color #242D30: hue angle of 195º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #242D30 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 45 | 48 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.81 |
| HSL | 195º | 0.14% | 0.16% | - |
| HSV(B) | 195º | 0.25% | 0.19% | - |
| XYZ | 2.2 | 2.47 | 3.16 | - |
| YUV | 42.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 48 | 0.25 | 0.06 | 0 | 0.81 | 195 | 0.14 | 0.16 |
| Hex | 24 | 2D | 30 | 19 | 6 | 0 | 51 | C3 | E | 10 |
| Octal | 44 | 55 | 60 | 31 | 6 | 0 | 121 | 303 | 16 | 20 |
| Binary | 100100 | 101101 | 110000 | 11001 | 110 | 0 | 1010001 | 11000011 | 1110 | 10000 |
Color Harmonies of #242D30
Complementary color
Monochromatic Colors of #242D30
Black with #242D30
Text Example
Text Example
White with #242D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D30; }
p { color: rgb(36,45,48); }
H1.HeaderClassName
{
color: #242D30;
}
.AnyTagClassName
{
color: #242D30;
}
</style>
background-color css
<style>
a { background-color: #242D30; }
a { background-color: rgb(36,45,48); }
div.DivClassName
{
background-color: #242D30;
}
.BgClassName
{
background-color: #242D30;
}
</style>
border-color css
<style>
span { border-color: #242D30; }
span { border-color: rgb(36,45,48); }
td.TdClassName
{
border-color: #242D30;
}
.TagClassName
{
border-color: #242D30;
}
</style>