Shades of Black Pearl #030D1B
Tints of Black Pearl #030D1B
RGB
CMYK
RGB Variations
Color information
#030D1B (or 0x030D1B) is known color: Black Pearl. HEX triplet: 03, 0D and 1B. RGB value is (3,13,27). Sum of RGB (Red+Green+Blue) = 3+13+27=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 27 (10.94% from 255 or 62.79% from 43); Max value from RGB is 27 - color contains mainly: blue. Hex color #030D1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D1B is #FCF2E4. Grayscale: #0B0B0B. Windows color (decimal): -16577253 or 1772803. OLE color: 1772803.
HSL color Cylindrical-coordinate representation of color #030D1B: hue angle of 215º 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 #030D1B is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 13 | 27 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.89 |
| HSL | 215º | 0.8% | 0.06% | - |
| HSV(B) | 215º | 0.89% | 0.11% | - |
| XYZ | 0.38 | 0.39 | 1.09 | - |
| YUV | 11.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 27 | 0.89 | 0.52 | 0 | 0.89 | 215 | 0.8 | 0.06 |
| Hex | 3 | D | 1B | 59 | 34 | 0 | 59 | D7 | 50 | 6 |
| Octal | 3 | 15 | 33 | 131 | 64 | 0 | 131 | 327 | 120 | 6 |
| Binary | 11 | 1101 | 11011 | 1011001 | 110100 | 0 | 1011001 | 11010111 | 1010000 | 110 |
Color Harmonies of #030D1B
Complementary color
Monochromatic Colors of #030D1B
Black with #030D1B
Text Example
Text Example
White with #030D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D1B; }
p { color: rgb(3,13,27); }
H1.HeaderClassName
{
color: #030D1B;
}
.AnyTagClassName
{
color: #030D1B;
}
</style>
background-color css
<style>
a { background-color: #030D1B; }
a { background-color: rgb(3,13,27); }
div.DivClassName
{
background-color: #030D1B;
}
.BgClassName
{
background-color: #030D1B;
}
</style>
border-color css
<style>
span { border-color: #030D1B; }
span { border-color: rgb(3,13,27); }
td.TdClassName
{
border-color: #030D1B;
}
.TagClassName
{
border-color: #030D1B;
}
</style>