Shades of Black Pearl #03111F
Tints of Black Pearl #03111F
RGB
CMYK
RGB Variations
Color information
#03111F (or 0x03111F) is known color: Black Pearl. HEX triplet: 03, 11 and 1F. RGB value is (3,17,31). Sum of RGB (Red+Green+Blue) = 3+17+31=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #03111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03111F is #FCEEE0. Grayscale: #0E0E0E. Windows color (decimal): -16576225 or 2035971. OLE color: 2035971.
HSL color Cylindrical-coordinate representation of color #03111F: hue angle of 210º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03111F is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 17 | 31 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.88 |
| HSL | 210º | 0.82% | 0.07% | - |
| HSV(B) | 210º | 0.9% | 0.12% | - |
| XYZ | 0.49 | 0.52 | 1.37 | - |
| YUV | 14.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 31 | 0.90 | 0.45 | 0 | 0.88 | 210 | 0.82 | 0.07 |
| Hex | 3 | 11 | 1F | 5A | 2D | 0 | 58 | D2 | 52 | 7 |
| Octal | 3 | 21 | 37 | 132 | 55 | 0 | 130 | 322 | 122 | 7 |
| Binary | 11 | 10001 | 11111 | 1011010 | 101101 | 0 | 1011000 | 11010010 | 1010010 | 111 |
Color Harmonies of #03111F
Complementary color
Monochromatic Colors of #03111F
Black with #03111F
Text Example
Text Example
White with #03111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03111F; }
p { color: rgb(3,17,31); }
H1.HeaderClassName
{
color: #03111F;
}
.AnyTagClassName
{
color: #03111F;
}
</style>
background-color css
<style>
a { background-color: #03111F; }
a { background-color: rgb(3,17,31); }
div.DivClassName
{
background-color: #03111F;
}
.BgClassName
{
background-color: #03111F;
}
</style>
border-color css
<style>
span { border-color: #03111F; }
span { border-color: rgb(3,17,31); }
td.TdClassName
{
border-color: #03111F;
}
.TagClassName
{
border-color: #03111F;
}
</style>