Shades of Black Pearl #03161B
Tints of Black Pearl #03161B
RGB
CMYK
RGB Variations
Color information
#03161B (or 0x03161B) is known color: Black Pearl. HEX triplet: 03, 16 and 1B. RGB value is (3,22,27). Sum of RGB (Red+Green+Blue) = 3+22+27=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 22 (8.98% from 255 or 42.31% from 52); Blue value is 27 (10.94% from 255 or 51.92% from 52); Max value from RGB is 27 - color contains mainly: blue. Hex color #03161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03161B is #FCE9E4. Grayscale: #101010. Windows color (decimal): -16574949 or 1775107. OLE color: 1775107.
HSL color Cylindrical-coordinate representation of color #03161B: hue angle of 192.5º 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 #03161B is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 22 | 27 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.89 |
| HSL | 192.5º | 0.8% | 0.06% | - |
| HSV(B) | 192.5º | 0.89% | 0.11% | - |
| XYZ | 0.52 | 0.67 | 1.14 | - |
| YUV | 16.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 27 | 0.89 | 0.19 | 0 | 0.89 | 192.5 | 0.8 | 0.06 |
| Hex | 3 | 16 | 1B | 59 | 13 | 0 | 59 | C0 | 50 | 6 |
| Octal | 3 | 26 | 33 | 131 | 23 | 0 | 131 | 300 | 120 | 6 |
| Binary | 11 | 10110 | 11011 | 1011001 | 10011 | 0 | 1011001 | 11000000 | 1010000 | 110 |
Color Harmonies of #03161B
Complementary color
Monochromatic Colors of #03161B
Black with #03161B
Text Example
Text Example
White with #03161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03161B; }
p { color: rgb(3,22,27); }
H1.HeaderClassName
{
color: #03161B;
}
.AnyTagClassName
{
color: #03161B;
}
</style>
background-color css
<style>
a { background-color: #03161B; }
a { background-color: rgb(3,22,27); }
div.DivClassName
{
background-color: #03161B;
}
.BgClassName
{
background-color: #03161B;
}
</style>
border-color css
<style>
span { border-color: #03161B; }
span { border-color: rgb(3,22,27); }
td.TdClassName
{
border-color: #03161B;
}
.TagClassName
{
border-color: #03161B;
}
</style>