Shades of Black Pearl #050F1C
Tints of Black Pearl #050F1C
RGB
CMYK
RGB Variations
Color information
#050F1C (or 0x050F1C) is known color: Black Pearl. HEX triplet: 05, 0F and 1C. RGB value is (5,15,28). Sum of RGB (Red+Green+Blue) = 5+15+28=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #050F1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F1C is #FAF0E3. Grayscale: #0D0D0D. Windows color (decimal): -16445668 or 1838853. OLE color: 1838853.
HSL color Cylindrical-coordinate representation of color #050F1C: hue angle of 213.91º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #050F1C is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 15 | 28 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.89 |
| HSL | 213.91º | 0.7% | 0.06% | - |
| HSV(B) | 213.91º | 0.82% | 0.11% | - |
| XYZ | 0.44 | 0.46 | 1.16 | - |
| YUV | 13.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 28 | 0.82 | 0.46 | 0 | 0.89 | 213.91 | 0.7 | 0.06 |
| Hex | 5 | F | 1C | 52 | 2E | 0 | 59 | D6 | 46 | 6 |
| Octal | 5 | 17 | 34 | 122 | 56 | 0 | 131 | 326 | 106 | 6 |
| Binary | 101 | 1111 | 11100 | 1010010 | 101110 | 0 | 1011001 | 11010110 | 1000110 | 110 |
Color Harmonies of #050F1C
Complementary color
Monochromatic Colors of #050F1C
Black with #050F1C
Text Example
Text Example
White with #050F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F1C; }
p { color: rgb(5,15,28); }
H1.HeaderClassName
{
color: #050F1C;
}
.AnyTagClassName
{
color: #050F1C;
}
</style>
background-color css
<style>
a { background-color: #050F1C; }
a { background-color: rgb(5,15,28); }
div.DivClassName
{
background-color: #050F1C;
}
.BgClassName
{
background-color: #050F1C;
}
</style>
border-color css
<style>
span { border-color: #050F1C; }
span { border-color: rgb(5,15,28); }
td.TdClassName
{
border-color: #050F1C;
}
.TagClassName
{
border-color: #050F1C;
}
</style>