Shades of Black Pearl #051417
Tints of Black Pearl #051417
RGB
CMYK
RGB Variations
Color information
#051417 (or 0x051417) is known color: Black Pearl. HEX triplet: 05, 14 and 17. RGB value is (5,20,23). Sum of RGB (Red+Green+Blue) = 5+20+23=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #051417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051417 is #FAEBE8. Grayscale: #0F0F0F. Windows color (decimal): -16444393 or 1512453. OLE color: 1512453.
HSL color Cylindrical-coordinate representation of color #051417: hue angle of 190º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #051417 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 20 | 23 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.91 |
| HSL | 190º | 0.64% | 0.05% | - |
| HSV(B) | 190º | 0.78% | 0.09% | - |
| XYZ | 0.47 | 0.59 | 0.9 | - |
| YUV | 15.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 23 | 0.78 | 0.13 | 0 | 0.91 | 190 | 0.64 | 0.05 |
| Hex | 5 | 14 | 17 | 4E | D | 0 | 5B | BE | 40 | 5 |
| Octal | 5 | 24 | 27 | 116 | 15 | 0 | 133 | 276 | 100 | 5 |
| Binary | 101 | 10100 | 10111 | 1001110 | 1101 | 0 | 1011011 | 10111110 | 1000000 | 101 |
Color Harmonies of #051417
Complementary color
Monochromatic Colors of #051417
Black with #051417
Text Example
Text Example
White with #051417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051417; }
p { color: rgb(5,20,23); }
H1.HeaderClassName
{
color: #051417;
}
.AnyTagClassName
{
color: #051417;
}
</style>
background-color css
<style>
a { background-color: #051417; }
a { background-color: rgb(5,20,23); }
div.DivClassName
{
background-color: #051417;
}
.BgClassName
{
background-color: #051417;
}
</style>
border-color css
<style>
span { border-color: #051417; }
span { border-color: rgb(5,20,23); }
td.TdClassName
{
border-color: #051417;
}
.TagClassName
{
border-color: #051417;
}
</style>