Shades of Black Pearl #01152D
Tints of Black Pearl #01152D
RGB
CMYK
RGB Variations
Color information
#01152D (or 0x01152D) is known color: Black Pearl. HEX triplet: 01, 15 and 2D. RGB value is (1,21,45). Sum of RGB (Red+Green+Blue) = 1+21+45=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #01152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01152D is #FEEAD2. Grayscale: #111111. Windows color (decimal): -16706259 or 2954497. OLE color: 2954497.
HSL color Cylindrical-coordinate representation of color #01152D: hue angle of 212.73º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01152D is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 21 | 45 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.82 |
| HSL | 212.73º | 0.96% | 0.09% | - |
| HSV(B) | 212.73º | 0.98% | 0.18% | - |
| XYZ | 0.75 | 0.73 | 2.58 | - |
| YUV | 17.76 | 143.37 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 45 | 0.98 | 0.53 | 0 | 0.82 | 212.73 | 0.96 | 0.09 |
| Hex | 1 | 15 | 2D | 62 | 35 | 0 | 52 | D5 | 60 | 9 |
| Octal | 1 | 25 | 55 | 142 | 65 | 0 | 122 | 325 | 140 | 11 |
| Binary | 1 | 10101 | 101101 | 1100010 | 110101 | 0 | 1010010 | 11010101 | 1100000 | 1001 |
Color Harmonies of #01152D
Complementary color
Monochromatic Colors of #01152D
Black with #01152D
Text Example
Text Example
White with #01152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01152D; }
p { color: rgb(1,21,45); }
H1.HeaderClassName
{
color: #01152D;
}
.AnyTagClassName
{
color: #01152D;
}
</style>
background-color css
<style>
a { background-color: #01152D; }
a { background-color: rgb(1,21,45); }
div.DivClassName
{
background-color: #01152D;
}
.BgClassName
{
background-color: #01152D;
}
</style>
border-color css
<style>
span { border-color: #01152D; }
span { border-color: rgb(1,21,45); }
td.TdClassName
{
border-color: #01152D;
}
.TagClassName
{
border-color: #01152D;
}
</style>