Shades of Black Pearl #030810
Tints of Black Pearl #030810
RGB
CMYK
RGB Variations
Color information
#030810 (or 0x030810) is known color: Black Pearl. HEX triplet: 03, 08 and 10. RGB value is (3,8,16). Sum of RGB (Red+Green+Blue) = 3+8+16=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 8 (3.52% from 255 or 29.63% from 27); Blue value is 16 (6.64% from 255 or 59.26% from 27); Max value from RGB is 16 - color contains mainly: blue. Hex color #030810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030810 is #FCF7EF. Grayscale: #070707. Windows color (decimal): -16578544 or 1050627. OLE color: 1050627.
HSL color Cylindrical-coordinate representation of color #030810: hue angle of 216.92º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #030810 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 8 | 16 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.94 |
| HSL | 216.92º | 0.68% | 0.04% | - |
| HSV(B) | 216.92º | 0.81% | 0.06% | - |
| XYZ | 0.22 | 0.23 | 0.52 | - |
| YUV | 7.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 16 | 0.81 | 0.50 | 0 | 0.94 | 216.92 | 0.68 | 0.04 |
| Hex | 3 | 8 | 10 | 51 | 32 | 0 | 5E | D9 | 44 | 4 |
| Octal | 3 | 10 | 20 | 121 | 62 | 0 | 136 | 331 | 104 | 4 |
| Binary | 11 | 1000 | 10000 | 1010001 | 110010 | 0 | 1011110 | 11011001 | 1000100 | 100 |
Color Harmonies of #030810
Complementary color
Monochromatic Colors of #030810
Black with #030810
Text Example
Text Example
White with #030810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030810; }
p { color: rgb(3,8,16); }
H1.HeaderClassName
{
color: #030810;
}
.AnyTagClassName
{
color: #030810;
}
</style>
background-color css
<style>
a { background-color: #030810; }
a { background-color: rgb(3,8,16); }
div.DivClassName
{
background-color: #030810;
}
.BgClassName
{
background-color: #030810;
}
</style>
border-color css
<style>
span { border-color: #030810; }
span { border-color: rgb(3,8,16); }
td.TdClassName
{
border-color: #030810;
}
.TagClassName
{
border-color: #030810;
}
</style>