Shades of Black Pearl #10242C
Tints of Black Pearl #10242C
RGB
CMYK
RGB Variations
Color information
#10242C (or 0x10242C) is known color: Black Pearl. HEX triplet: 10, 24 and 2C. RGB value is (16,36,44). Sum of RGB (Red+Green+Blue) = 16+36+44=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #10242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10242C is #EFDBD3. Grayscale: #1E1E1E. Windows color (decimal): -15719380 or 2892816. OLE color: 2892816.
HSL color Cylindrical-coordinate representation of color #10242C: hue angle of 197.14º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10242C is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 36 | 44 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.83 |
| HSL | 197.14º | 0.47% | 0.12% | - |
| HSV(B) | 197.14º | 0.64% | 0.17% | - |
| XYZ | 1.3 | 1.55 | 2.61 | - |
| YUV | 30.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 44 | 0.64 | 0.18 | 0 | 0.83 | 197.14 | 0.47 | 0.12 |
| Hex | 10 | 24 | 2C | 40 | 12 | 0 | 53 | C5 | 2F | C |
| Octal | 20 | 44 | 54 | 100 | 22 | 0 | 123 | 305 | 57 | 14 |
| Binary | 10000 | 100100 | 101100 | 1000000 | 10010 | 0 | 1010011 | 11000101 | 101111 | 1100 |
Color Harmonies of #10242C
Complementary color
Monochromatic Colors of #10242C
Black with #10242C
Text Example
Text Example
White with #10242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10242C; }
p { color: rgb(16,36,44); }
H1.HeaderClassName
{
color: #10242C;
}
.AnyTagClassName
{
color: #10242C;
}
</style>
background-color css
<style>
a { background-color: #10242C; }
a { background-color: rgb(16,36,44); }
div.DivClassName
{
background-color: #10242C;
}
.BgClassName
{
background-color: #10242C;
}
</style>
border-color css
<style>
span { border-color: #10242C; }
span { border-color: rgb(16,36,44); }
td.TdClassName
{
border-color: #10242C;
}
.TagClassName
{
border-color: #10242C;
}
</style>