Shades of Black Pearl #03192A
Tints of Black Pearl #03192A
RGB
CMYK
RGB Variations
Color information
#03192A (or 0x03192A) is known color: Black Pearl. HEX triplet: 03, 19 and 2A. RGB value is (3,25,42). Sum of RGB (Red+Green+Blue) = 3+25+42=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 42 (16.80% from 255 or 60% from 70); Max value from RGB is 42 - color contains mainly: blue. Hex color #03192A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03192A is #FCE6D5. Grayscale: #141414. Windows color (decimal): -16574166 or 2758915. OLE color: 2758915.
HSL color Cylindrical-coordinate representation of color #03192A: hue angle of 206.15º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03192A is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 25 | 42 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.84 |
| HSL | 206.15º | 0.87% | 0.09% | - |
| HSV(B) | 206.15º | 0.93% | 0.16% | - |
| XYZ | 0.8 | 0.88 | 2.32 | - |
| YUV | 20.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 42 | 0.93 | 0.40 | 0 | 0.84 | 206.15 | 0.87 | 0.09 |
| Hex | 3 | 19 | 2A | 5D | 28 | 0 | 54 | CE | 57 | 9 |
| Octal | 3 | 31 | 52 | 135 | 50 | 0 | 124 | 316 | 127 | 11 |
| Binary | 11 | 11001 | 101010 | 1011101 | 101000 | 0 | 1010100 | 11001110 | 1010111 | 1001 |
Color Harmonies of #03192A
Complementary color
Monochromatic Colors of #03192A
Black with #03192A
Text Example
Text Example
White with #03192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03192A; }
p { color: rgb(3,25,42); }
H1.HeaderClassName
{
color: #03192A;
}
.AnyTagClassName
{
color: #03192A;
}
</style>
background-color css
<style>
a { background-color: #03192A; }
a { background-color: rgb(3,25,42); }
div.DivClassName
{
background-color: #03192A;
}
.BgClassName
{
background-color: #03192A;
}
</style>
border-color css
<style>
span { border-color: #03192A; }
span { border-color: rgb(3,25,42); }
td.TdClassName
{
border-color: #03192A;
}
.TagClassName
{
border-color: #03192A;
}
</style>