Shades of Black Pearl #030D1C
Tints of Black Pearl #030D1C
RGB
CMYK
RGB Variations
Color information
#030D1C (or 0x030D1C) is known color: Black Pearl. HEX triplet: 03, 0D and 1C. RGB value is (3,13,28). Sum of RGB (Red+Green+Blue) = 3+13+28=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 28 (11.33% from 255 or 63.64% from 44); Max value from RGB is 28 - color contains mainly: blue. Hex color #030D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D1C is #FCF2E3. Grayscale: #0B0B0B. Windows color (decimal): -16577252 or 1838339. OLE color: 1838339.
HSL color Cylindrical-coordinate representation of color #030D1C: hue angle of 216º degrees, saturation: 0.81, 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 #030D1C is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 13 | 28 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.89 |
| HSL | 216º | 0.81% | 0.06% | - |
| HSV(B) | 216º | 0.89% | 0.11% | - |
| XYZ | 0.39 | 0.39 | 1.15 | - |
| YUV | 11.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 28 | 0.89 | 0.54 | 0 | 0.89 | 216 | 0.81 | 0.06 |
| Hex | 3 | D | 1C | 59 | 36 | 0 | 59 | D8 | 51 | 6 |
| Octal | 3 | 15 | 34 | 131 | 66 | 0 | 131 | 330 | 121 | 6 |
| Binary | 11 | 1101 | 11100 | 1011001 | 110110 | 0 | 1011001 | 11011000 | 1010001 | 110 |
Color Harmonies of #030D1C
Complementary color
Monochromatic Colors of #030D1C
Black with #030D1C
Text Example
Text Example
White with #030D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D1C; }
p { color: rgb(3,13,28); }
H1.HeaderClassName
{
color: #030D1C;
}
.AnyTagClassName
{
color: #030D1C;
}
</style>
background-color css
<style>
a { background-color: #030D1C; }
a { background-color: rgb(3,13,28); }
div.DivClassName
{
background-color: #030D1C;
}
.BgClassName
{
background-color: #030D1C;
}
</style>
border-color css
<style>
span { border-color: #030D1C; }
span { border-color: rgb(3,13,28); }
td.TdClassName
{
border-color: #030D1C;
}
.TagClassName
{
border-color: #030D1C;
}
</style>