Shades of Black Pearl #0A1C24
Tints of Black Pearl #0A1C24
RGB
CMYK
RGB Variations
Color information
#0A1C24 (or 0x0A1C24) is known color: Black Pearl. HEX triplet: 0A, 1C and 24. RGB value is (10,28,36). Sum of RGB (Red+Green+Blue) = 10+28+36=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 36 - color contains mainly: blue. Hex color #0A1C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1C24 is #F5E3DB. Grayscale: #171717. Windows color (decimal): -16114652 or 2366474. OLE color: 2366474.
HSL color Cylindrical-coordinate representation of color #0A1C24: hue angle of 198.46º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A1C24 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 28 | 36 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.86 |
| HSL | 198.46º | 0.57% | 0.09% | - |
| HSV(B) | 198.46º | 0.72% | 0.14% | - |
| XYZ | 0.86 | 1.02 | 1.82 | - |
| YUV | 23.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 36 | 0.72 | 0.22 | 0 | 0.86 | 198.46 | 0.57 | 0.09 |
| Hex | A | 1C | 24 | 48 | 16 | 0 | 56 | C6 | 39 | 9 |
| Octal | 12 | 34 | 44 | 110 | 26 | 0 | 126 | 306 | 71 | 11 |
| Binary | 1010 | 11100 | 100100 | 1001000 | 10110 | 0 | 1010110 | 11000110 | 111001 | 1001 |
Color Harmonies of #0A1C24
Complementary color
Monochromatic Colors of #0A1C24
Black with #0A1C24
Text Example
Text Example
White with #0A1C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1C24; }
p { color: rgb(10,28,36); }
H1.HeaderClassName
{
color: #0A1C24;
}
.AnyTagClassName
{
color: #0A1C24;
}
</style>
background-color css
<style>
a { background-color: #0A1C24; }
a { background-color: rgb(10,28,36); }
div.DivClassName
{
background-color: #0A1C24;
}
.BgClassName
{
background-color: #0A1C24;
}
</style>
border-color css
<style>
span { border-color: #0A1C24; }
span { border-color: rgb(10,28,36); }
td.TdClassName
{
border-color: #0A1C24;
}
.TagClassName
{
border-color: #0A1C24;
}
</style>