Shades of Black Pearl #030F21
Tints of Black Pearl #030F21
RGB
CMYK
RGB Variations
Color information
#030F21 (or 0x030F21) is known color: Black Pearl. HEX triplet: 03, 0F and 21. RGB value is (3,15,33). Sum of RGB (Red+Green+Blue) = 3+15+33=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 33 (13.28% from 255 or 64.71% from 51); Max value from RGB is 33 - color contains mainly: blue. Hex color #030F21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F21 is #FCF0DE. Grayscale: #0D0D0D. Windows color (decimal): -16576735 or 2166531. OLE color: 2166531.
HSL color Cylindrical-coordinate representation of color #030F21: hue angle of 216º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #030F21 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 15 | 33 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.87 |
| HSL | 216º | 0.83% | 0.07% | - |
| HSV(B) | 216º | 0.91% | 0.13% | - |
| XYZ | 0.48 | 0.47 | 1.5 | - |
| YUV | 13.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 33 | 0.91 | 0.55 | 0 | 0.87 | 216 | 0.83 | 0.07 |
| Hex | 3 | F | 21 | 5B | 37 | 0 | 57 | D8 | 53 | 7 |
| Octal | 3 | 17 | 41 | 133 | 67 | 0 | 127 | 330 | 123 | 7 |
| Binary | 11 | 1111 | 100001 | 1011011 | 110111 | 0 | 1010111 | 11011000 | 1010011 | 111 |
Color Harmonies of #030F21
Complementary color
Monochromatic Colors of #030F21
Black with #030F21
Text Example
Text Example
White with #030F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F21; }
p { color: rgb(3,15,33); }
H1.HeaderClassName
{
color: #030F21;
}
.AnyTagClassName
{
color: #030F21;
}
</style>
background-color css
<style>
a { background-color: #030F21; }
a { background-color: rgb(3,15,33); }
div.DivClassName
{
background-color: #030F21;
}
.BgClassName
{
background-color: #030F21;
}
</style>
border-color css
<style>
span { border-color: #030F21; }
span { border-color: rgb(3,15,33); }
td.TdClassName
{
border-color: #030F21;
}
.TagClassName
{
border-color: #030F21;
}
</style>