Shades of Black Pearl #050D18
Tints of Black Pearl #050D18
RGB
CMYK
RGB Variations
Color information
#050D18 (or 0x050D18) is known color: Black Pearl. HEX triplet: 05, 0D and 18. RGB value is (5,13,24). Sum of RGB (Red+Green+Blue) = 5+13+24=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #050D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D18 is #FAF2E7. Grayscale: #0B0B0B. Windows color (decimal): -16446184 or 1576197. OLE color: 1576197.
HSL color Cylindrical-coordinate representation of color #050D18: hue angle of 214.74º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #050D18 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 13 | 24 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.91 |
| HSL | 214.74º | 0.66% | 0.06% | - |
| HSV(B) | 214.74º | 0.79% | 0.09% | - |
| XYZ | 0.37 | 0.39 | 0.92 | - |
| YUV | 11.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 24 | 0.79 | 0.46 | 0 | 0.91 | 214.74 | 0.66 | 0.06 |
| Hex | 5 | D | 18 | 4F | 2E | 0 | 5B | D7 | 42 | 6 |
| Octal | 5 | 15 | 30 | 117 | 56 | 0 | 133 | 327 | 102 | 6 |
| Binary | 101 | 1101 | 11000 | 1001111 | 101110 | 0 | 1011011 | 11010111 | 1000010 | 110 |
Color Harmonies of #050D18
Complementary color
Monochromatic Colors of #050D18
Black with #050D18
Text Example
Text Example
White with #050D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D18; }
p { color: rgb(5,13,24); }
H1.HeaderClassName
{
color: #050D18;
}
.AnyTagClassName
{
color: #050D18;
}
</style>
background-color css
<style>
a { background-color: #050D18; }
a { background-color: rgb(5,13,24); }
div.DivClassName
{
background-color: #050D18;
}
.BgClassName
{
background-color: #050D18;
}
</style>
border-color css
<style>
span { border-color: #050D18; }
span { border-color: rgb(5,13,24); }
td.TdClassName
{
border-color: #050D18;
}
.TagClassName
{
border-color: #050D18;
}
</style>