Shades of Black Pearl #030B0C
Tints of Black Pearl #030B0C
RGB
CMYK
RGB Variations
Color information
#030B0C (or 0x030B0C) is known color: Black Pearl. HEX triplet: 03, 0B and 0C. RGB value is (3,11,12). Sum of RGB (Red+Green+Blue) = 3+11+12=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 11 (4.69% from 255 or 42.31% from 26); Blue value is 12 (5.08% from 255 or 46.15% from 26); Max value from RGB is 12 - color contains mainly: blue. Hex color #030B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B0C is #FCF4F3. Grayscale: #080808. Windows color (decimal): -16577780 or 789251. OLE color: 789251.
HSL color Cylindrical-coordinate representation of color #030B0C: hue angle of 186.67º degrees, saturation: 0.6, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #030B0C is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 3 | 11 | 12 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.95 |
| HSL | 186.67º | 0.6% | 0.03% | - |
| HSV(B) | 186.67º | 0.75% | 0.05% | - |
| XYZ | 0.22 | 0.29 | 0.39 | - |
| YUV | 8.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 12 | 0.75 | 0.08 | 0 | 0.95 | 186.67 | 0.6 | 0.03 |
| Hex | 3 | B | C | 4B | 8 | 0 | 5F | BB | 3C | 3 |
| Octal | 3 | 13 | 14 | 113 | 10 | 0 | 137 | 273 | 74 | 3 |
| Binary | 11 | 1011 | 1100 | 1001011 | 1000 | 0 | 1011111 | 10111011 | 111100 | 11 |
Color Harmonies of #030B0C
Complementary color
Monochromatic Colors of #030B0C
Black with #030B0C
Text Example
Text Example
White with #030B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B0C; }
p { color: rgb(3,11,12); }
H1.HeaderClassName
{
color: #030B0C;
}
.AnyTagClassName
{
color: #030B0C;
}
</style>
background-color css
<style>
a { background-color: #030B0C; }
a { background-color: rgb(3,11,12); }
div.DivClassName
{
background-color: #030B0C;
}
.BgClassName
{
background-color: #030B0C;
}
</style>
border-color css
<style>
span { border-color: #030B0C; }
span { border-color: rgb(3,11,12); }
td.TdClassName
{
border-color: #030B0C;
}
.TagClassName
{
border-color: #030B0C;
}
</style>