Shades of Black Pearl #01181A
Tints of Black Pearl #01181A
RGB
CMYK
RGB Variations
Color information
#01181A (or 0x01181A) is known color: Black Pearl. HEX triplet: 01, 18 and 1A. RGB value is (1,24,26). Sum of RGB (Red+Green+Blue) = 1+24+26=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #01181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01181A is #FEE7E5. Grayscale: #111111. Windows color (decimal): -16705510 or 1710081. OLE color: 1710081.
HSL color Cylindrical-coordinate representation of color #01181A: hue angle of 184.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01181A is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 24 | 26 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.90 |
| HSL | 184.8º | 0.93% | 0.05% | - |
| HSV(B) | 184.8º | 0.96% | 0.1% | - |
| XYZ | 0.53 | 0.73 | 1.09 | - |
| YUV | 17.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 26 | 0.96 | 0.08 | 0 | 0.90 | 184.8 | 0.93 | 0.05 |
| Hex | 1 | 18 | 1A | 60 | 8 | 0 | 5A | B9 | 5D | 5 |
| Octal | 1 | 30 | 32 | 140 | 10 | 0 | 132 | 271 | 135 | 5 |
| Binary | 1 | 11000 | 11010 | 1100000 | 1000 | 0 | 1011010 | 10111001 | 1011101 | 101 |
Color Harmonies of #01181A
Complementary color
Monochromatic Colors of #01181A
Black with #01181A
Text Example
Text Example
White with #01181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01181A; }
p { color: rgb(1,24,26); }
H1.HeaderClassName
{
color: #01181A;
}
.AnyTagClassName
{
color: #01181A;
}
</style>
background-color css
<style>
a { background-color: #01181A; }
a { background-color: rgb(1,24,26); }
div.DivClassName
{
background-color: #01181A;
}
.BgClassName
{
background-color: #01181A;
}
</style>
border-color css
<style>
span { border-color: #01181A; }
span { border-color: rgb(1,24,26); }
td.TdClassName
{
border-color: #01181A;
}
.TagClassName
{
border-color: #01181A;
}
</style>