Shades of Black Pearl #010C19
Tints of Black Pearl #010C19
RGB
CMYK
RGB Variations
Color information
#010C19 (or 0x010C19) is known color: Black Pearl. HEX triplet: 01, 0C and 19. RGB value is (1,12,25). Sum of RGB (Red+Green+Blue) = 1+12+25=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 25 (10.16% from 255 or 65.79% from 38); Max value from RGB is 25 - color contains mainly: blue. Hex color #010C19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C19 is #FEF3E6. Grayscale: #0A0A0A. Windows color (decimal): -16708583 or 1641473. OLE color: 1641473.
HSL color Cylindrical-coordinate representation of color #010C19: hue angle of 212.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 #010C19 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 12 | 25 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.90 |
| HSL | 212.5º | 0.92% | 0.05% | - |
| HSV(B) | 212.5º | 0.96% | 0.1% | - |
| XYZ | 0.32 | 0.34 | 0.97 | - |
| YUV | 10.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 25 | 0.96 | 0.52 | 0 | 0.90 | 212.5 | 0.92 | 0.05 |
| Hex | 1 | C | 19 | 60 | 34 | 0 | 5A | D4 | 5C | 5 |
| Octal | 1 | 14 | 31 | 140 | 64 | 0 | 132 | 324 | 134 | 5 |
| Binary | 1 | 1100 | 11001 | 1100000 | 110100 | 0 | 1011010 | 11010100 | 1011100 | 101 |
Color Harmonies of #010C19
Complementary color
Monochromatic Colors of #010C19
Black with #010C19
Text Example
Text Example
White with #010C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C19; }
p { color: rgb(1,12,25); }
H1.HeaderClassName
{
color: #010C19;
}
.AnyTagClassName
{
color: #010C19;
}
</style>
background-color css
<style>
a { background-color: #010C19; }
a { background-color: rgb(1,12,25); }
div.DivClassName
{
background-color: #010C19;
}
.BgClassName
{
background-color: #010C19;
}
</style>
border-color css
<style>
span { border-color: #010C19; }
span { border-color: rgb(1,12,25); }
td.TdClassName
{
border-color: #010C19;
}
.TagClassName
{
border-color: #010C19;
}
</style>