Shades of Black Pearl #03152B
Tints of Black Pearl #03152B
RGB
CMYK
RGB Variations
Color information
#03152B (or 0x03152B) is known color: Black Pearl. HEX triplet: 03, 15 and 2B. RGB value is (3,21,43). Sum of RGB (Red+Green+Blue) = 3+21+43=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 43 (17.19% from 255 or 64.18% from 67); Max value from RGB is 43 - color contains mainly: blue. Hex color #03152B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03152B is #FCEAD4. Grayscale: #121212. Windows color (decimal): -16575189 or 2823427. OLE color: 2823427.
HSL color Cylindrical-coordinate representation of color #03152B: hue angle of 213º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03152B is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 3 | 21 | 43 | - |
CMYK | 0.93 | 0.51 | 0 | 0.83 |
HSL | 213º | 0.87% | 0.09% | - |
HSV(B) | 213º | 0.93% | 0.17% | - |
XYZ | 0.74 | 0.73 | 2.39 | - |
YUV | 18.13 | 142.04 | 117.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 21 | 43 | 0.93 | 0.51 | 0 | 0.83 | 213 | 0.87 | 0.09 |
Hex | 3 | 15 | 2B | 5D | 33 | 0 | 53 | D5 | 57 | 9 |
Octal | 3 | 25 | 53 | 135 | 63 | 0 | 123 | 325 | 127 | 11 |
Binary | 11 | 10101 | 101011 | 1011101 | 110011 | 0 | 1010011 | 11010101 | 1010111 | 1001 |
Color Harmonies of #03152B
Complementary color
Monochromatic Colors of #03152B
Black with #03152B
Text Example
Text Example
White with #03152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03152B; }
p { color: rgb(3,21,43); }
H1.HeaderClassName
{
color: #03152B;
}
.AnyTagClassName
{
color: #03152B;
}
</style>
background-color css
<style>
a { background-color: #03152B; }
a { background-color: rgb(3,21,43); }
div.DivClassName
{
background-color: #03152B;
}
.BgClassName
{
background-color: #03152B;
}
</style>
border-color css
<style>
span { border-color: #03152B; }
span { border-color: rgb(3,21,43); }
td.TdClassName
{
border-color: #03152B;
}
.TagClassName
{
border-color: #03152B;
}
</style>