Shades of Black Pearl #030F1F
Tints of Black Pearl #030F1F
RGB
CMYK
RGB Variations
Color information
#030F1F (or 0x030F1F) is known color: Black Pearl. HEX triplet: 03, 0F and 1F. RGB value is (3,15,31). Sum of RGB (Red+Green+Blue) = 3+15+31=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #030F1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F1F is #FCF0E0. Grayscale: #0D0D0D. Windows color (decimal): -16576737 or 2035459. OLE color: 2035459.
HSL color Cylindrical-coordinate representation of color #030F1F: hue angle of 214.29º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #030F1F is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 15 | 31 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.88 |
| HSL | 214.29º | 0.82% | 0.07% | - |
| HSV(B) | 214.29º | 0.9% | 0.12% | - |
| XYZ | 0.46 | 0.46 | 1.36 | - |
| YUV | 13.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 31 | 0.90 | 0.52 | 0 | 0.88 | 214.29 | 0.82 | 0.07 |
| Hex | 3 | F | 1F | 5A | 34 | 0 | 58 | D6 | 52 | 7 |
| Octal | 3 | 17 | 37 | 132 | 64 | 0 | 130 | 326 | 122 | 7 |
| Binary | 11 | 1111 | 11111 | 1011010 | 110100 | 0 | 1011000 | 11010110 | 1010010 | 111 |
Color Harmonies of #030F1F
Complementary color
Monochromatic Colors of #030F1F
Black with #030F1F
Text Example
Text Example
White with #030F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F1F; }
p { color: rgb(3,15,31); }
H1.HeaderClassName
{
color: #030F1F;
}
.AnyTagClassName
{
color: #030F1F;
}
</style>
background-color css
<style>
a { background-color: #030F1F; }
a { background-color: rgb(3,15,31); }
div.DivClassName
{
background-color: #030F1F;
}
.BgClassName
{
background-color: #030F1F;
}
</style>
border-color css
<style>
span { border-color: #030F1F; }
span { border-color: rgb(3,15,31); }
td.TdClassName
{
border-color: #030F1F;
}
.TagClassName
{
border-color: #030F1F;
}
</style>