Shades of Black Pearl #031318
Tints of Black Pearl #031318
RGB
CMYK
RGB Variations
Color information
#031318 (or 0x031318) is known color: Black Pearl. HEX triplet: 03, 13 and 18. RGB value is (3,19,24). Sum of RGB (Red+Green+Blue) = 3+19+24=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #031318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031318 is #FCECE7. Grayscale: #0E0E0E. Windows color (decimal): -16575720 or 1577731. OLE color: 1577731.
HSL color Cylindrical-coordinate representation of color #031318: hue angle of 194.29º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031318 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 19 | 24 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.91 |
| HSL | 194.29º | 0.78% | 0.05% | - |
| HSV(B) | 194.29º | 0.88% | 0.09% | - |
| XYZ | 0.44 | 0.55 | 0.95 | - |
| YUV | 14.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 24 | 0.88 | 0.21 | 0 | 0.91 | 194.29 | 0.78 | 0.05 |
| Hex | 3 | 13 | 18 | 58 | 15 | 0 | 5B | C2 | 4E | 5 |
| Octal | 3 | 23 | 30 | 130 | 25 | 0 | 133 | 302 | 116 | 5 |
| Binary | 11 | 10011 | 11000 | 1011000 | 10101 | 0 | 1011011 | 11000010 | 1001110 | 101 |
Color Harmonies of #031318
Complementary color
Monochromatic Colors of #031318
Black with #031318
Text Example
Text Example
White with #031318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031318; }
p { color: rgb(3,19,24); }
H1.HeaderClassName
{
color: #031318;
}
.AnyTagClassName
{
color: #031318;
}
</style>
background-color css
<style>
a { background-color: #031318; }
a { background-color: rgb(3,19,24); }
div.DivClassName
{
background-color: #031318;
}
.BgClassName
{
background-color: #031318;
}
</style>
border-color css
<style>
span { border-color: #031318; }
span { border-color: rgb(3,19,24); }
td.TdClassName
{
border-color: #031318;
}
.TagClassName
{
border-color: #031318;
}
</style>