Shades of Black Pearl #01181C
Tints of Black Pearl #01181C
RGB
CMYK
RGB Variations
Color information
#01181C (or 0x01181C) is known color: Black Pearl. HEX triplet: 01, 18 and 1C. RGB value is (1,24,28). Sum of RGB (Red+Green+Blue) = 1+24+28=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #01181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01181C is #FEE7E3. Grayscale: #111111. Windows color (decimal): -16705508 or 1841153. OLE color: 1841153.
HSL color Cylindrical-coordinate representation of color #01181C: hue angle of 188.89º 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 #01181C is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 24 | 28 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.89 |
| HSL | 188.89º | 0.93% | 0.06% | - |
| HSV(B) | 188.89º | 0.96% | 0.11% | - |
| XYZ | 0.55 | 0.74 | 1.21 | - |
| YUV | 17.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 28 | 0.96 | 0.14 | 0 | 0.89 | 188.89 | 0.93 | 0.06 |
| Hex | 1 | 18 | 1C | 60 | E | 0 | 59 | BD | 5D | 6 |
| Octal | 1 | 30 | 34 | 140 | 16 | 0 | 131 | 275 | 135 | 6 |
| Binary | 1 | 11000 | 11100 | 1100000 | 1110 | 0 | 1011001 | 10111101 | 1011101 | 110 |
Color Harmonies of #01181C
Complementary color
Monochromatic Colors of #01181C
Black with #01181C
Text Example
Text Example
White with #01181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01181C; }
p { color: rgb(1,24,28); }
H1.HeaderClassName
{
color: #01181C;
}
.AnyTagClassName
{
color: #01181C;
}
</style>
background-color css
<style>
a { background-color: #01181C; }
a { background-color: rgb(1,24,28); }
div.DivClassName
{
background-color: #01181C;
}
.BgClassName
{
background-color: #01181C;
}
</style>
border-color css
<style>
span { border-color: #01181C; }
span { border-color: rgb(1,24,28); }
td.TdClassName
{
border-color: #01181C;
}
.TagClassName
{
border-color: #01181C;
}
</style>