Shades of Black Pearl #06152D
Tints of Black Pearl #06152D
RGB
CMYK
RGB Variations
Color information
#06152D (or 0x06152D) is known color: Black Pearl. HEX triplet: 06, 15 and 2D. RGB value is (6,21,45). Sum of RGB (Red+Green+Blue) = 6+21+45=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 45 (17.97% from 255 or 62.5% from 72); Max value from RGB is 45 - color contains mainly: blue. Hex color #06152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06152D is #F9EAD2. Grayscale: #131313. Windows color (decimal): -16378579 or 2954502. OLE color: 2954502.
HSL color Cylindrical-coordinate representation of color #06152D: hue angle of 216.92º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #06152D is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 21 | 45 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.82 |
| HSL | 216.92º | 0.76% | 0.1% | - |
| HSV(B) | 216.92º | 0.87% | 0.18% | - |
| XYZ | 0.82 | 0.76 | 2.59 | - |
| YUV | 19.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 45 | 0.87 | 0.53 | 0 | 0.82 | 216.92 | 0.76 | 0.1 |
| Hex | 6 | 15 | 2D | 57 | 35 | 0 | 52 | D9 | 4C | A |
| Octal | 6 | 25 | 55 | 127 | 65 | 0 | 122 | 331 | 114 | 12 |
| Binary | 110 | 10101 | 101101 | 1010111 | 110101 | 0 | 1010010 | 11011001 | 1001100 | 1010 |
Color Harmonies of #06152D
Complementary color
Monochromatic Colors of #06152D
Black with #06152D
Text Example
Text Example
White with #06152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06152D; }
p { color: rgb(6,21,45); }
H1.HeaderClassName
{
color: #06152D;
}
.AnyTagClassName
{
color: #06152D;
}
</style>
background-color css
<style>
a { background-color: #06152D; }
a { background-color: rgb(6,21,45); }
div.DivClassName
{
background-color: #06152D;
}
.BgClassName
{
background-color: #06152D;
}
</style>
border-color css
<style>
span { border-color: #06152D; }
span { border-color: rgb(6,21,45); }
td.TdClassName
{
border-color: #06152D;
}
.TagClassName
{
border-color: #06152D;
}
</style>