Shades of Black Pearl #031213
Tints of Black Pearl #031213
RGB
CMYK
RGB Variations
Color information
#031213 (or 0x031213) is known color: Black Pearl. HEX triplet: 03, 12 and 13. RGB value is (3,18,19). Sum of RGB (Red+Green+Blue) = 3+18+19=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 19 (7.81% from 255 or 47.5% from 40); Max value from RGB is 19 - color contains mainly: blue. Hex color #031213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031213 is #FCEDEC. Grayscale: #0D0D0D. Windows color (decimal): -16575981 or 1249795. OLE color: 1249795.
HSL color Cylindrical-coordinate representation of color #031213: hue angle of 183.75º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #031213 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 18 | 19 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.93 |
| HSL | 183.75º | 0.73% | 0.04% | - |
| HSV(B) | 183.75º | 0.84% | 0.07% | - |
| XYZ | 0.37 | 0.5 | 0.69 | - |
| YUV | 13.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 19 | 0.84 | 0.05 | 0 | 0.93 | 183.75 | 0.73 | 0.04 |
| Hex | 3 | 12 | 13 | 54 | 5 | 0 | 5D | B8 | 49 | 4 |
| Octal | 3 | 22 | 23 | 124 | 5 | 0 | 135 | 270 | 111 | 4 |
| Binary | 11 | 10010 | 10011 | 1010100 | 101 | 0 | 1011101 | 10111000 | 1001001 | 100 |
Color Harmonies of #031213
Complementary color
Monochromatic Colors of #031213
Black with #031213
Text Example
Text Example
White with #031213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031213; }
p { color: rgb(3,18,19); }
H1.HeaderClassName
{
color: #031213;
}
.AnyTagClassName
{
color: #031213;
}
</style>
background-color css
<style>
a { background-color: #031213; }
a { background-color: rgb(3,18,19); }
div.DivClassName
{
background-color: #031213;
}
.BgClassName
{
background-color: #031213;
}
</style>
border-color css
<style>
span { border-color: #031213; }
span { border-color: rgb(3,18,19); }
td.TdClassName
{
border-color: #031213;
}
.TagClassName
{
border-color: #031213;
}
</style>