Shades of Black Pearl #03181B
Tints of Black Pearl #03181B
RGB
CMYK
RGB Variations
Color information
#03181B (or 0x03181B) is known color: Black Pearl. HEX triplet: 03, 18 and 1B. RGB value is (3,24,27). Sum of RGB (Red+Green+Blue) = 3+24+27=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: blue. Hex color #03181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03181B is #FCE7E4. Grayscale: #121212. Windows color (decimal): -16574437 or 1775619. OLE color: 1775619.
HSL color Cylindrical-coordinate representation of color #03181B: hue angle of 187.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 #03181B is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 24 | 27 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.89 |
| HSL | 187.5º | 0.8% | 0.06% | - |
| HSV(B) | 187.5º | 0.89% | 0.11% | - |
| XYZ | 0.56 | 0.75 | 1.15 | - |
| YUV | 18.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 27 | 0.89 | 0.11 | 0 | 0.89 | 187.5 | 0.8 | 0.06 |
| Hex | 3 | 18 | 1B | 59 | B | 0 | 59 | BC | 50 | 6 |
| Octal | 3 | 30 | 33 | 131 | 13 | 0 | 131 | 274 | 120 | 6 |
| Binary | 11 | 11000 | 11011 | 1011001 | 1011 | 0 | 1011001 | 10111100 | 1010000 | 110 |
Color Harmonies of #03181B
Complementary color
Monochromatic Colors of #03181B
Black with #03181B
Text Example
Text Example
White with #03181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03181B; }
p { color: rgb(3,24,27); }
H1.HeaderClassName
{
color: #03181B;
}
.AnyTagClassName
{
color: #03181B;
}
</style>
background-color css
<style>
a { background-color: #03181B; }
a { background-color: rgb(3,24,27); }
div.DivClassName
{
background-color: #03181B;
}
.BgClassName
{
background-color: #03181B;
}
</style>
border-color css
<style>
span { border-color: #03181B; }
span { border-color: rgb(3,24,27); }
td.TdClassName
{
border-color: #03181B;
}
.TagClassName
{
border-color: #03181B;
}
</style>