Shades of Black Pearl #03152D
Tints of Black Pearl #03152D
RGB
CMYK
RGB Variations
Color information
#03152D (or 0x03152D) is known color: Black Pearl. HEX triplet: 03, 15 and 2D. RGB value is (3,21,45). Sum of RGB (Red+Green+Blue) = 3+21+45=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 45 (17.97% from 255 or 65.22% from 69); Max value from RGB is 45 - color contains mainly: blue. Hex color #03152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03152D is #FCEAD2. Grayscale: #121212. Windows color (decimal): -16575187 or 2954499. OLE color: 2954499.
HSL color Cylindrical-coordinate representation of color #03152D: hue angle of 214.29º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03152D is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 21 | 45 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.82 |
| HSL | 214.29º | 0.88% | 0.09% | - |
| HSV(B) | 214.29º | 0.93% | 0.18% | - |
| XYZ | 0.78 | 0.75 | 2.59 | - |
| YUV | 18.35 | 143.04 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 45 | 0.93 | 0.53 | 0 | 0.82 | 214.29 | 0.88 | 0.09 |
| Hex | 3 | 15 | 2D | 5D | 35 | 0 | 52 | D6 | 58 | 9 |
| Octal | 3 | 25 | 55 | 135 | 65 | 0 | 122 | 326 | 130 | 11 |
| Binary | 11 | 10101 | 101101 | 1011101 | 110101 | 0 | 1010010 | 11010110 | 1011000 | 1001 |
Color Harmonies of #03152D
Complementary color
Monochromatic Colors of #03152D
Black with #03152D
Text Example
Text Example
White with #03152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03152D; }
p { color: rgb(3,21,45); }
H1.HeaderClassName
{
color: #03152D;
}
.AnyTagClassName
{
color: #03152D;
}
</style>
background-color css
<style>
a { background-color: #03152D; }
a { background-color: rgb(3,21,45); }
div.DivClassName
{
background-color: #03152D;
}
.BgClassName
{
background-color: #03152D;
}
</style>
border-color css
<style>
span { border-color: #03152D; }
span { border-color: rgb(3,21,45); }
td.TdClassName
{
border-color: #03152D;
}
.TagClassName
{
border-color: #03152D;
}
</style>