Shades of Black Pearl #011727
Tints of Black Pearl #011727
RGB
CMYK
RGB Variations
Color information
#011727 (or 0x011727) is known color: Black Pearl. HEX triplet: 01, 17 and 27. RGB value is (1,23,39). Sum of RGB (Red+Green+Blue) = 1+23+39=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 39 (15.62% from 255 or 61.90% from 63); Max value from RGB is 39 - color contains mainly: blue. Hex color #011727 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011727 is #FEE8D8. Grayscale: #121212. Windows color (decimal): -16705753 or 2561793. OLE color: 2561793.
HSL color Cylindrical-coordinate representation of color #011727: hue angle of 205.26º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011727 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 23 | 39 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.85 |
| HSL | 205.26º | 0.95% | 0.08% | - |
| HSV(B) | 205.26º | 0.97% | 0.15% | - |
| XYZ | 0.69 | 0.77 | 2.03 | - |
| YUV | 18.25 | 139.71 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 39 | 0.97 | 0.41 | 0 | 0.85 | 205.26 | 0.95 | 0.08 |
| Hex | 1 | 17 | 27 | 61 | 29 | 0 | 55 | CD | 5F | 8 |
| Octal | 1 | 27 | 47 | 141 | 51 | 0 | 125 | 315 | 137 | 10 |
| Binary | 1 | 10111 | 100111 | 1100001 | 101001 | 0 | 1010101 | 11001101 | 1011111 | 1000 |
Color Harmonies of #011727
Complementary color
Monochromatic Colors of #011727
Black with #011727
Text Example
Text Example
White with #011727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011727; }
p { color: rgb(1,23,39); }
H1.HeaderClassName
{
color: #011727;
}
.AnyTagClassName
{
color: #011727;
}
</style>
background-color css
<style>
a { background-color: #011727; }
a { background-color: rgb(1,23,39); }
div.DivClassName
{
background-color: #011727;
}
.BgClassName
{
background-color: #011727;
}
</style>
border-color css
<style>
span { border-color: #011727; }
span { border-color: rgb(1,23,39); }
td.TdClassName
{
border-color: #011727;
}
.TagClassName
{
border-color: #011727;
}
</style>