Shades of Black Pearl #030C14
Tints of Black Pearl #030C14
RGB
CMYK
RGB Variations
Color information
#030C14 (or 0x030C14) is known color: Black Pearl. HEX triplet: 03, 0C and 14. RGB value is (3,12,20). Sum of RGB (Red+Green+Blue) = 3+12+20=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 12 (5.08% from 255 or 34.29% from 35); Blue value is 20 (8.20% from 255 or 57.14% from 35); Max value from RGB is 20 - color contains mainly: blue. Hex color #030C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030C14 is #FCF3EB. Grayscale: #0A0A0A. Windows color (decimal): -16577516 or 1313795. OLE color: 1313795.
HSL color Cylindrical-coordinate representation of color #030C14: hue angle of 208.24º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #030C14 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 3 | 12 | 20 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.92 |
| HSL | 208.24º | 0.74% | 0.05% | - |
| HSV(B) | 208.24º | 0.85% | 0.08% | - |
| XYZ | 0.3 | 0.33 | 0.71 | - |
| YUV | 10.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 20 | 0.85 | 0.40 | 0 | 0.92 | 208.24 | 0.74 | 0.05 |
| Hex | 3 | C | 14 | 55 | 28 | 0 | 5C | D0 | 4A | 5 |
| Octal | 3 | 14 | 24 | 125 | 50 | 0 | 134 | 320 | 112 | 5 |
| Binary | 11 | 1100 | 10100 | 1010101 | 101000 | 0 | 1011100 | 11010000 | 1001010 | 101 |
Color Harmonies of #030C14
Complementary color
Monochromatic Colors of #030C14
Black with #030C14
Text Example
Text Example
White with #030C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C14; }
p { color: rgb(3,12,20); }
H1.HeaderClassName
{
color: #030C14;
}
.AnyTagClassName
{
color: #030C14;
}
</style>
background-color css
<style>
a { background-color: #030C14; }
a { background-color: rgb(3,12,20); }
div.DivClassName
{
background-color: #030C14;
}
.BgClassName
{
background-color: #030C14;
}
</style>
border-color css
<style>
span { border-color: #030C14; }
span { border-color: rgb(3,12,20); }
td.TdClassName
{
border-color: #030C14;
}
.TagClassName
{
border-color: #030C14;
}
</style>