Shades of Black Pearl #01121A
Tints of Black Pearl #01121A
RGB
CMYK
RGB Variations
Color information
#01121A (or 0x01121A) is known color: Black Pearl. HEX triplet: 01, 12 and 1A. RGB value is (1,18,26). Sum of RGB (Red+Green+Blue) = 1+18+26=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 26 (10.55% from 255 or 57.78% from 45); Max value from RGB is 26 - color contains mainly: blue. Hex color #01121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01121A is #FEEDE5. Grayscale: #0D0D0D. Windows color (decimal): -16707046 or 1708545. OLE color: 1708545.
HSL color Cylindrical-coordinate representation of color #01121A: hue angle of 199.2º degrees, saturation: 0.93, 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 #01121A is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 18 | 26 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.90 |
| HSL | 199.2º | 0.93% | 0.05% | - |
| HSV(B) | 199.2º | 0.96% | 0.1% | - |
| XYZ | 0.42 | 0.51 | 1.05 | - |
| YUV | 13.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 26 | 0.96 | 0.31 | 0 | 0.90 | 199.2 | 0.93 | 0.05 |
| Hex | 1 | 12 | 1A | 60 | 1F | 0 | 5A | C7 | 5D | 5 |
| Octal | 1 | 22 | 32 | 140 | 37 | 0 | 132 | 307 | 135 | 5 |
| Binary | 1 | 10010 | 11010 | 1100000 | 11111 | 0 | 1011010 | 11000111 | 1011101 | 101 |
Color Harmonies of #01121A
Complementary color
Monochromatic Colors of #01121A
Black with #01121A
Text Example
Text Example
White with #01121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01121A; }
p { color: rgb(1,18,26); }
H1.HeaderClassName
{
color: #01121A;
}
.AnyTagClassName
{
color: #01121A;
}
</style>
background-color css
<style>
a { background-color: #01121A; }
a { background-color: rgb(1,18,26); }
div.DivClassName
{
background-color: #01121A;
}
.BgClassName
{
background-color: #01121A;
}
</style>
border-color css
<style>
span { border-color: #01121A; }
span { border-color: rgb(1,18,26); }
td.TdClassName
{
border-color: #01121A;
}
.TagClassName
{
border-color: #01121A;
}
</style>