Shades of Black Pearl #03111B
Tints of Black Pearl #03111B
RGB
CMYK
RGB Variations
Color information
#03111B (or 0x03111B) is known color: Black Pearl. HEX triplet: 03, 11 and 1B. RGB value is (3,17,27). Sum of RGB (Red+Green+Blue) = 3+17+27=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 27 (10.94% from 255 or 57.45% from 47); Max value from RGB is 27 - color contains mainly: blue. Hex color #03111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03111B is #FCEEE4. Grayscale: #0D0D0D. Windows color (decimal): -16576229 or 1773827. OLE color: 1773827.
HSL color Cylindrical-coordinate representation of color #03111B: hue angle of 205º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #03111B is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 17 | 27 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.89 |
| HSL | 205º | 0.8% | 0.06% | - |
| HSV(B) | 205º | 0.89% | 0.11% | - |
| XYZ | 0.44 | 0.5 | 1.11 | - |
| YUV | 13.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 27 | 0.89 | 0.37 | 0 | 0.89 | 205 | 0.8 | 0.06 |
| Hex | 3 | 11 | 1B | 59 | 25 | 0 | 59 | CD | 50 | 6 |
| Octal | 3 | 21 | 33 | 131 | 45 | 0 | 131 | 315 | 120 | 6 |
| Binary | 11 | 10001 | 11011 | 1011001 | 100101 | 0 | 1011001 | 11001101 | 1010000 | 110 |
Color Harmonies of #03111B
Complementary color
Monochromatic Colors of #03111B
Black with #03111B
Text Example
Text Example
White with #03111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03111B; }
p { color: rgb(3,17,27); }
H1.HeaderClassName
{
color: #03111B;
}
.AnyTagClassName
{
color: #03111B;
}
</style>
background-color css
<style>
a { background-color: #03111B; }
a { background-color: rgb(3,17,27); }
div.DivClassName
{
background-color: #03111B;
}
.BgClassName
{
background-color: #03111B;
}
</style>
border-color css
<style>
span { border-color: #03111B; }
span { border-color: rgb(3,17,27); }
td.TdClassName
{
border-color: #03111B;
}
.TagClassName
{
border-color: #03111B;
}
</style>