Shades of Black Pearl #10242D
Tints of Black Pearl #10242D
RGB
CMYK
RGB Variations
Color information
#10242D (or 0x10242D) is known color: Black Pearl. HEX triplet: 10, 24 and 2D. RGB value is (16,36,45). Sum of RGB (Red+Green+Blue) = 16+36+45=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #10242D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10242D is #EFDBD2. Grayscale: #1E1E1E. Windows color (decimal): -15719379 or 2958352. OLE color: 2958352.
HSL color Cylindrical-coordinate representation of color #10242D: hue angle of 198.62º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10242D is Cyan = 0.64, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 36 | 45 | - |
| CMYK | 0.64 | 0.2 | 0 | 0.82 |
| HSL | 198.62º | 0.48% | 0.12% | - |
| HSV(B) | 198.62º | 0.64% | 0.18% | - |
| XYZ | 1.32 | 1.56 | 2.71 | - |
| YUV | 31.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 45 | 0.64 | 0.2 | 0 | 0.82 | 198.62 | 0.48 | 0.12 |
| Hex | 10 | 24 | 2D | 40 | 14 | 0 | 52 | C7 | 30 | C |
| Octal | 20 | 44 | 55 | 100 | 24 | 0 | 122 | 307 | 60 | 14 |
| Binary | 10000 | 100100 | 101101 | 1000000 | 10100 | 0 | 1010010 | 11000111 | 110000 | 1100 |
Color Harmonies of #10242D
Complementary color
Monochromatic Colors of #10242D
Black with #10242D
Text Example
Text Example
White with #10242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10242D; }
p { color: rgb(16,36,45); }
H1.HeaderClassName
{
color: #10242D;
}
.AnyTagClassName
{
color: #10242D;
}
</style>
background-color css
<style>
a { background-color: #10242D; }
a { background-color: rgb(16,36,45); }
div.DivClassName
{
background-color: #10242D;
}
.BgClassName
{
background-color: #10242D;
}
</style>
border-color css
<style>
span { border-color: #10242D; }
span { border-color: rgb(16,36,45); }
td.TdClassName
{
border-color: #10242D;
}
.TagClassName
{
border-color: #10242D;
}
</style>