Shades of Black Pearl #050C18
Tints of Black Pearl #050C18
RGB
CMYK
RGB Variations
Color information
#050C18 (or 0x050C18) is known color: Black Pearl. HEX triplet: 05, 0C and 18. RGB value is (5,12,24). Sum of RGB (Red+Green+Blue) = 5+12+24=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #050C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C18 is #FAF3E7. Grayscale: #0B0B0B. Windows color (decimal): -16446440 or 1575941. OLE color: 1575941.
HSL color Cylindrical-coordinate representation of color #050C18: hue angle of 217.89º 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 #050C18 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 12 | 24 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.91 |
| HSL | 217.89º | 0.66% | 0.06% | - |
| HSV(B) | 217.89º | 0.79% | 0.09% | - |
| XYZ | 0.36 | 0.36 | 0.91 | - |
| YUV | 11.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 24 | 0.79 | 0.50 | 0 | 0.91 | 217.89 | 0.66 | 0.06 |
| Hex | 5 | C | 18 | 4F | 32 | 0 | 5B | DA | 42 | 6 |
| Octal | 5 | 14 | 30 | 117 | 62 | 0 | 133 | 332 | 102 | 6 |
| Binary | 101 | 1100 | 11000 | 1001111 | 110010 | 0 | 1011011 | 11011010 | 1000010 | 110 |
Color Harmonies of #050C18
Complementary color
Monochromatic Colors of #050C18
Black with #050C18
Text Example
Text Example
White with #050C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C18; }
p { color: rgb(5,12,24); }
H1.HeaderClassName
{
color: #050C18;
}
.AnyTagClassName
{
color: #050C18;
}
</style>
background-color css
<style>
a { background-color: #050C18; }
a { background-color: rgb(5,12,24); }
div.DivClassName
{
background-color: #050C18;
}
.BgClassName
{
background-color: #050C18;
}
</style>
border-color css
<style>
span { border-color: #050C18; }
span { border-color: rgb(5,12,24); }
td.TdClassName
{
border-color: #050C18;
}
.TagClassName
{
border-color: #050C18;
}
</style>