Shades of Black Pearl #03181A
Tints of Black Pearl #03181A
RGB
CMYK
RGB Variations
Color information
#03181A (or 0x03181A) is known color: Black Pearl. HEX triplet: 03, 18 and 1A. RGB value is (3,24,26). Sum of RGB (Red+Green+Blue) = 3+24+26=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 26 (10.55% from 255 or 49.06% from 53); Max value from RGB is 26 - color contains mainly: blue. Hex color #03181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03181A is #FCE7E5. Grayscale: #111111. Windows color (decimal): -16574438 or 1710083. OLE color: 1710083.
HSL color Cylindrical-coordinate representation of color #03181A: hue angle of 185.22º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #03181A is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 24 | 26 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.90 |
| HSL | 185.22º | 0.79% | 0.06% | - |
| HSV(B) | 185.22º | 0.88% | 0.1% | - |
| XYZ | 0.55 | 0.75 | 1.09 | - |
| YUV | 17.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 26 | 0.88 | 0.08 | 0 | 0.90 | 185.22 | 0.79 | 0.06 |
| Hex | 3 | 18 | 1A | 58 | 8 | 0 | 5A | B9 | 4F | 6 |
| Octal | 3 | 30 | 32 | 130 | 10 | 0 | 132 | 271 | 117 | 6 |
| Binary | 11 | 11000 | 11010 | 1011000 | 1000 | 0 | 1011010 | 10111001 | 1001111 | 110 |
Color Harmonies of #03181A
Complementary color
Monochromatic Colors of #03181A
Black with #03181A
Text Example
Text Example
White with #03181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03181A; }
p { color: rgb(3,24,26); }
H1.HeaderClassName
{
color: #03181A;
}
.AnyTagClassName
{
color: #03181A;
}
</style>
background-color css
<style>
a { background-color: #03181A; }
a { background-color: rgb(3,24,26); }
div.DivClassName
{
background-color: #03181A;
}
.BgClassName
{
background-color: #03181A;
}
</style>
border-color css
<style>
span { border-color: #03181A; }
span { border-color: rgb(3,24,26); }
td.TdClassName
{
border-color: #03181A;
}
.TagClassName
{
border-color: #03181A;
}
</style>