Shades of Black Pearl #01151C
Tints of Black Pearl #01151C
RGB
CMYK
RGB Variations
Color information
#01151C (or 0x01151C) is known color: Black Pearl. HEX triplet: 01, 15 and 1C. RGB value is (1,21,28). Sum of RGB (Red+Green+Blue) = 1+21+28=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #01151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01151C is #FEEAE3. Grayscale: #0F0F0F. Windows color (decimal): -16706276 or 1840385. OLE color: 1840385.
HSL color Cylindrical-coordinate representation of color #01151C: hue angle of 195.56º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01151C is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 21 | 28 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.89 |
| HSL | 195.56º | 0.93% | 0.06% | - |
| HSV(B) | 195.56º | 0.96% | 0.11% | - |
| XYZ | 0.49 | 0.63 | 1.19 | - |
| YUV | 15.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 28 | 0.96 | 0.25 | 0 | 0.89 | 195.56 | 0.93 | 0.06 |
| Hex | 1 | 15 | 1C | 60 | 19 | 0 | 59 | C4 | 5D | 6 |
| Octal | 1 | 25 | 34 | 140 | 31 | 0 | 131 | 304 | 135 | 6 |
| Binary | 1 | 10101 | 11100 | 1100000 | 11001 | 0 | 1011001 | 11000100 | 1011101 | 110 |
Color Harmonies of #01151C
Complementary color
Monochromatic Colors of #01151C
Black with #01151C
Text Example
Text Example
White with #01151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01151C; }
p { color: rgb(1,21,28); }
H1.HeaderClassName
{
color: #01151C;
}
.AnyTagClassName
{
color: #01151C;
}
</style>
background-color css
<style>
a { background-color: #01151C; }
a { background-color: rgb(1,21,28); }
div.DivClassName
{
background-color: #01151C;
}
.BgClassName
{
background-color: #01151C;
}
</style>
border-color css
<style>
span { border-color: #01151C; }
span { border-color: rgb(1,21,28); }
td.TdClassName
{
border-color: #01151C;
}
.TagClassName
{
border-color: #01151C;
}
</style>