Shades of Black Pearl #030B0D
Tints of Black Pearl #030B0D
RGB
CMYK
RGB Variations
Color information
#030B0D (or 0x030B0D) is known color: Black Pearl. HEX triplet: 03, 0B and 0D. RGB value is (3,11,13). Sum of RGB (Red+Green+Blue) = 3+11+13=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 11 (4.69% from 255 or 40.74% from 27); Blue value is 13 (5.47% from 255 or 48.15% from 27); Max value from RGB is 13 - color contains mainly: blue. Hex color #030B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B0D is #FCF4F2. Grayscale: #080808. Windows color (decimal): -16577779 or 854787. OLE color: 854787.
HSL color Cylindrical-coordinate representation of color #030B0D: hue angle of 192º degrees, saturation: 0.62, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #030B0D is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 3 | 11 | 13 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.95 |
| HSL | 192º | 0.63% | 0.03% | - |
| HSV(B) | 192º | 0.77% | 0.05% | - |
| XYZ | 0.23 | 0.29 | 0.42 | - |
| YUV | 8.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 13 | 0.77 | 0.15 | 0 | 0.95 | 192 | 0.63 | 0.03 |
| Hex | 3 | B | D | 4D | F | 0 | 5F | C0 | 3E | 3 |
| Octal | 3 | 13 | 15 | 115 | 17 | 0 | 137 | 300 | 76 | 3 |
| Binary | 11 | 1011 | 1101 | 1001101 | 1111 | 0 | 1011111 | 11000000 | 111110 | 11 |
Color Harmonies of #030B0D
Complementary color
Monochromatic Colors of #030B0D
Black with #030B0D
Text Example
Text Example
White with #030B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B0D; }
p { color: rgb(3,11,13); }
H1.HeaderClassName
{
color: #030B0D;
}
.AnyTagClassName
{
color: #030B0D;
}
</style>
background-color css
<style>
a { background-color: #030B0D; }
a { background-color: rgb(3,11,13); }
div.DivClassName
{
background-color: #030B0D;
}
.BgClassName
{
background-color: #030B0D;
}
</style>
border-color css
<style>
span { border-color: #030B0D; }
span { border-color: rgb(3,11,13); }
td.TdClassName
{
border-color: #030B0D;
}
.TagClassName
{
border-color: #030B0D;
}
</style>