Shades of Black Pearl #001719
Tints of Black Pearl #001719
RGB
CMYK
RGB Variations
Color information
#001719 (or 0x001719) is known color: Black Pearl. HEX triplet: 00, 17 and 19. RGB value is (0,23,25). Sum of RGB (Red+Green+Blue) = 0+23+25=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #001719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001719 is #FFE8E6. Grayscale: #101010. Windows color (decimal): -16771303 or 1644288. OLE color: 1644288.
HSL color Cylindrical-coordinate representation of color #001719: hue angle of 184.8º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001719 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 23 | 25 | - |
| CMYK | 1 | 0.08 | 0 | 0.90 |
| HSL | 184.8º | 1% | 0.05% | - |
| HSV(B) | 184.8º | 1% | 0.1% | - |
| XYZ | 0.48 | 0.68 | 1.03 | - |
| YUV | 16.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 25 | 1 | 0.08 | 0 | 0.90 | 184.8 | 1 | 0.05 |
| Hex | 0 | 17 | 19 | 64 | 8 | 0 | 5A | B9 | 64 | 5 |
| Octal | 0 | 27 | 31 | 144 | 10 | 0 | 132 | 271 | 144 | 5 |
| Binary | 0 | 10111 | 11001 | 1100100 | 1000 | 0 | 1011010 | 10111001 | 1100100 | 101 |
Color Harmonies of #001719
Complementary color
Monochromatic Colors of #001719
Black with #001719
Text Example
Text Example
White with #001719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001719; }
p { color: rgb(0,23,25); }
H1.HeaderClassName
{
color: #001719;
}
.AnyTagClassName
{
color: #001719;
}
</style>
background-color css
<style>
a { background-color: #001719; }
a { background-color: rgb(0,23,25); }
div.DivClassName
{
background-color: #001719;
}
.BgClassName
{
background-color: #001719;
}
</style>
border-color css
<style>
span { border-color: #001719; }
span { border-color: rgb(0,23,25); }
td.TdClassName
{
border-color: #001719;
}
.TagClassName
{
border-color: #001719;
}
</style>