Shades of Black Pearl #00152D
Tints of Black Pearl #00152D
RGB
CMYK
RGB Variations
Color information
#00152D (or 0x00152D) is known color: Black Pearl. HEX triplet: 00, 15 and 2D. RGB value is (0,21,45). Sum of RGB (Red+Green+Blue) = 0+21+45=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 45 (17.97% from 255 or 68.18% from 66); Max value from RGB is 45 - color contains mainly: blue. Hex color #00152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00152D is #FFEAD2. Grayscale: #111111. Windows color (decimal): -16771795 or 2954496. OLE color: 2954496.
HSL color Cylindrical-coordinate representation of color #00152D: hue angle of 212º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00152D is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 21 | 45 | - |
| CMYK | 1 | 0.53 | 0 | 0.82 |
| HSL | 212º | 1% | 0.09% | - |
| HSV(B) | 212º | 1% | 0.18% | - |
| XYZ | 0.74 | 0.73 | 2.58 | - |
| YUV | 17.46 | 143.54 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 45 | 1 | 0.53 | 0 | 0.82 | 212 | 1 | 0.09 |
| Hex | 0 | 15 | 2D | 64 | 35 | 0 | 52 | D4 | 64 | 9 |
| Octal | 0 | 25 | 55 | 144 | 65 | 0 | 122 | 324 | 144 | 11 |
| Binary | 0 | 10101 | 101101 | 1100100 | 110101 | 0 | 1010010 | 11010100 | 1100100 | 1001 |
Color Harmonies of #00152D
Complementary color
Monochromatic Colors of #00152D
Black with #00152D
Text Example
Text Example
White with #00152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00152D; }
p { color: rgb(0,21,45); }
H1.HeaderClassName
{
color: #00152D;
}
.AnyTagClassName
{
color: #00152D;
}
</style>
background-color css
<style>
a { background-color: #00152D; }
a { background-color: rgb(0,21,45); }
div.DivClassName
{
background-color: #00152D;
}
.BgClassName
{
background-color: #00152D;
}
</style>
border-color css
<style>
span { border-color: #00152D; }
span { border-color: rgb(0,21,45); }
td.TdClassName
{
border-color: #00152D;
}
.TagClassName
{
border-color: #00152D;
}
</style>