Shades of Black Pearl #030F1B
Tints of Black Pearl #030F1B
RGB
CMYK
RGB Variations
Color information
#030F1B (or 0x030F1B) is known color: Black Pearl. HEX triplet: 03, 0F and 1B. RGB value is (3,15,27). Sum of RGB (Red+Green+Blue) = 3+15+27=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 27 (10.94% from 255 or 60% from 45); Max value from RGB is 27 - color contains mainly: blue. Hex color #030F1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F1B is #FCF0E4. Grayscale: #0C0C0C. Windows color (decimal): -16576741 or 1773315. OLE color: 1773315.
HSL color Cylindrical-coordinate representation of color #030F1B: hue angle of 210º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #030F1B is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 15 | 27 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.89 |
| HSL | 210º | 0.8% | 0.06% | - |
| HSV(B) | 210º | 0.89% | 0.11% | - |
| XYZ | 0.41 | 0.44 | 1.1 | - |
| YUV | 12.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 27 | 0.89 | 0.44 | 0 | 0.89 | 210 | 0.8 | 0.06 |
| Hex | 3 | F | 1B | 59 | 2C | 0 | 59 | D2 | 50 | 6 |
| Octal | 3 | 17 | 33 | 131 | 54 | 0 | 131 | 322 | 120 | 6 |
| Binary | 11 | 1111 | 11011 | 1011001 | 101100 | 0 | 1011001 | 11010010 | 1010000 | 110 |
Color Harmonies of #030F1B
Complementary color
Monochromatic Colors of #030F1B
Black with #030F1B
Text Example
Text Example
White with #030F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F1B; }
p { color: rgb(3,15,27); }
H1.HeaderClassName
{
color: #030F1B;
}
.AnyTagClassName
{
color: #030F1B;
}
</style>
background-color css
<style>
a { background-color: #030F1B; }
a { background-color: rgb(3,15,27); }
div.DivClassName
{
background-color: #030F1B;
}
.BgClassName
{
background-color: #030F1B;
}
</style>
border-color css
<style>
span { border-color: #030F1B; }
span { border-color: rgb(3,15,27); }
td.TdClassName
{
border-color: #030F1B;
}
.TagClassName
{
border-color: #030F1B;
}
</style>