Shades of Black Pearl #03111D
Tints of Black Pearl #03111D
RGB
CMYK
RGB Variations
Color information
#03111D (or 0x03111D) is known color: Black Pearl. HEX triplet: 03, 11 and 1D. RGB value is (3,17,29). Sum of RGB (Red+Green+Blue) = 3+17+29=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #03111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03111D is #FCEEE2. Grayscale: #0E0E0E. Windows color (decimal): -16576227 or 1904899. OLE color: 1904899.
HSL color Cylindrical-coordinate representation of color #03111D: hue angle of 207.69º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03111D is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 17 | 29 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.89 |
| HSL | 207.69º | 0.81% | 0.06% | - |
| HSV(B) | 207.69º | 0.9% | 0.11% | - |
| XYZ | 0.46 | 0.51 | 1.24 | - |
| YUV | 14.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 29 | 0.90 | 0.41 | 0 | 0.89 | 207.69 | 0.81 | 0.06 |
| Hex | 3 | 11 | 1D | 5A | 29 | 0 | 59 | D0 | 51 | 6 |
| Octal | 3 | 21 | 35 | 132 | 51 | 0 | 131 | 320 | 121 | 6 |
| Binary | 11 | 10001 | 11101 | 1011010 | 101001 | 0 | 1011001 | 11010000 | 1010001 | 110 |
Color Harmonies of #03111D
Complementary color
Monochromatic Colors of #03111D
Black with #03111D
Text Example
Text Example
White with #03111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03111D; }
p { color: rgb(3,17,29); }
H1.HeaderClassName
{
color: #03111D;
}
.AnyTagClassName
{
color: #03111D;
}
</style>
background-color css
<style>
a { background-color: #03111D; }
a { background-color: rgb(3,17,29); }
div.DivClassName
{
background-color: #03111D;
}
.BgClassName
{
background-color: #03111D;
}
</style>
border-color css
<style>
span { border-color: #03111D; }
span { border-color: rgb(3,17,29); }
td.TdClassName
{
border-color: #03111D;
}
.TagClassName
{
border-color: #03111D;
}
</style>