Shades of Black Pearl #010A19
Tints of Black Pearl #010A19
RGB
CMYK
RGB Variations
Color information
#010A19 (or 0x010A19) is known color: Black Pearl. HEX triplet: 01, 0A and 19. RGB value is (1,10,25). Sum of RGB (Red+Green+Blue) = 1+10+25=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 25 (10.16% from 255 or 69.44% from 36); Max value from RGB is 25 - color contains mainly: blue. Hex color #010A19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A19 is #FEF5E6. Grayscale: #080808. Windows color (decimal): -16709095 or 1640961. OLE color: 1640961.
HSL color Cylindrical-coordinate representation of color #010A19: hue angle of 217.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010A19 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 10 | 25 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.90 |
| HSL | 217.5º | 0.92% | 0.05% | - |
| HSV(B) | 217.5º | 0.96% | 0.1% | - |
| XYZ | 0.3 | 0.29 | 0.96 | - |
| YUV | 9.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 25 | 0.96 | 0.60 | 0 | 0.90 | 217.5 | 0.92 | 0.05 |
| Hex | 1 | A | 19 | 60 | 3C | 0 | 5A | DA | 5C | 5 |
| Octal | 1 | 12 | 31 | 140 | 74 | 0 | 132 | 332 | 134 | 5 |
| Binary | 1 | 1010 | 11001 | 1100000 | 111100 | 0 | 1011010 | 11011010 | 1011100 | 101 |
Color Harmonies of #010A19
Complementary color
Monochromatic Colors of #010A19
Black with #010A19
Text Example
Text Example
White with #010A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A19; }
p { color: rgb(1,10,25); }
H1.HeaderClassName
{
color: #010A19;
}
.AnyTagClassName
{
color: #010A19;
}
</style>
background-color css
<style>
a { background-color: #010A19; }
a { background-color: rgb(1,10,25); }
div.DivClassName
{
background-color: #010A19;
}
.BgClassName
{
background-color: #010A19;
}
</style>
border-color css
<style>
span { border-color: #010A19; }
span { border-color: rgb(1,10,25); }
td.TdClassName
{
border-color: #010A19;
}
.TagClassName
{
border-color: #010A19;
}
</style>