Shades of Black Pearl #010914
Tints of Black Pearl #010914
RGB
CMYK
RGB Variations
Color information
#010914 (or 0x010914) is known color: Black Pearl. HEX triplet: 01, 09 and 14. RGB value is (1,9,20). Sum of RGB (Red+Green+Blue) = 1+9+20=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 9 (3.91% from 255 or 30% from 30); Blue value is 20 (8.20% from 255 or 66.67% from 30); Max value from RGB is 20 - color contains mainly: blue. Hex color #010914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010914 is #FEF6EB. Grayscale: #070707. Windows color (decimal): -16709356 or 1313025. OLE color: 1313025.
HSL color Cylindrical-coordinate representation of color #010914: hue angle of 214.74º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010914 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 1 | 9 | 20 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.92 |
| HSL | 214.74º | 0.9% | 0.04% | - |
| HSV(B) | 214.74º | 0.95% | 0.08% | - |
| XYZ | 0.24 | 0.25 | 0.7 | - |
| YUV | 7.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 20 | 0.95 | 0.55 | 0 | 0.92 | 214.74 | 0.9 | 0.04 |
| Hex | 1 | 9 | 14 | 5F | 37 | 0 | 5C | D7 | 5A | 4 |
| Octal | 1 | 11 | 24 | 137 | 67 | 0 | 134 | 327 | 132 | 4 |
| Binary | 1 | 1001 | 10100 | 1011111 | 110111 | 0 | 1011100 | 11010111 | 1011010 | 100 |
Color Harmonies of #010914
Complementary color
Monochromatic Colors of #010914
Black with #010914
Text Example
Text Example
White with #010914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010914; }
p { color: rgb(1,9,20); }
H1.HeaderClassName
{
color: #010914;
}
.AnyTagClassName
{
color: #010914;
}
</style>
background-color css
<style>
a { background-color: #010914; }
a { background-color: rgb(1,9,20); }
div.DivClassName
{
background-color: #010914;
}
.BgClassName
{
background-color: #010914;
}
</style>
border-color css
<style>
span { border-color: #010914; }
span { border-color: rgb(1,9,20); }
td.TdClassName
{
border-color: #010914;
}
.TagClassName
{
border-color: #010914;
}
</style>