Shades of Black Pearl #030D1E
Tints of Black Pearl #030D1E
RGB
CMYK
RGB Variations
Color information
#030D1E (or 0x030D1E) is known color: Black Pearl. HEX triplet: 03, 0D and 1E. RGB value is (3,13,30). Sum of RGB (Red+Green+Blue) = 3+13+30=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 30 (12.11% from 255 or 65.22% from 46); Max value from RGB is 30 - color contains mainly: blue. Hex color #030D1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D1E is #FCF2E1. Grayscale: #0B0B0B. Windows color (decimal): -16577250 or 1969411. OLE color: 1969411.
HSL color Cylindrical-coordinate representation of color #030D1E: hue angle of 217.78º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #030D1E is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 13 | 30 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.88 |
| HSL | 217.78º | 0.82% | 0.06% | - |
| HSV(B) | 217.78º | 0.9% | 0.12% | - |
| XYZ | 0.42 | 0.4 | 1.28 | - |
| YUV | 11.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 30 | 0.90 | 0.57 | 0 | 0.88 | 217.78 | 0.82 | 0.06 |
| Hex | 3 | D | 1E | 5A | 39 | 0 | 58 | DA | 52 | 6 |
| Octal | 3 | 15 | 36 | 132 | 71 | 0 | 130 | 332 | 122 | 6 |
| Binary | 11 | 1101 | 11110 | 1011010 | 111001 | 0 | 1011000 | 11011010 | 1010010 | 110 |
Color Harmonies of #030D1E
Complementary color
Monochromatic Colors of #030D1E
Black with #030D1E
Text Example
Text Example
White with #030D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D1E; }
p { color: rgb(3,13,30); }
H1.HeaderClassName
{
color: #030D1E;
}
.AnyTagClassName
{
color: #030D1E;
}
</style>
background-color css
<style>
a { background-color: #030D1E; }
a { background-color: rgb(3,13,30); }
div.DivClassName
{
background-color: #030D1E;
}
.BgClassName
{
background-color: #030D1E;
}
</style>
border-color css
<style>
span { border-color: #030D1E; }
span { border-color: rgb(3,13,30); }
td.TdClassName
{
border-color: #030D1E;
}
.TagClassName
{
border-color: #030D1E;
}
</style>