Shades of Black Pearl #010F27
Tints of Black Pearl #010F27
RGB
CMYK
RGB Variations
Color information
#010F27 (or 0x010F27) is known color: Black Pearl. HEX triplet: 01, 0F and 27. RGB value is (1,15,39). Sum of RGB (Red+Green+Blue) = 1+15+39=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 39 (15.62% from 255 or 70.91% from 55); Max value from RGB is 39 - color contains mainly: blue. Hex color #010F27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F27 is #FEF0D8. Grayscale: #0D0D0D. Windows color (decimal): -16707801 or 2559745. OLE color: 2559745.
HSL color Cylindrical-coordinate representation of color #010F27: hue angle of 217.89º 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 #010F27 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 15 | 39 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.85 |
| HSL | 217.89º | 0.95% | 0.08% | - |
| HSV(B) | 217.89º | 0.97% | 0.15% | - |
| XYZ | 0.55 | 0.49 | 1.99 | - |
| YUV | 13.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 39 | 0.97 | 0.62 | 0 | 0.85 | 217.89 | 0.95 | 0.08 |
| Hex | 1 | F | 27 | 61 | 3E | 0 | 55 | DA | 5F | 8 |
| Octal | 1 | 17 | 47 | 141 | 76 | 0 | 125 | 332 | 137 | 10 |
| Binary | 1 | 1111 | 100111 | 1100001 | 111110 | 0 | 1010101 | 11011010 | 1011111 | 1000 |
Color Harmonies of #010F27
Complementary color
Monochromatic Colors of #010F27
Black with #010F27
Text Example
Text Example
White with #010F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F27; }
p { color: rgb(1,15,39); }
H1.HeaderClassName
{
color: #010F27;
}
.AnyTagClassName
{
color: #010F27;
}
</style>
background-color css
<style>
a { background-color: #010F27; }
a { background-color: rgb(1,15,39); }
div.DivClassName
{
background-color: #010F27;
}
.BgClassName
{
background-color: #010F27;
}
</style>
border-color css
<style>
span { border-color: #010F27; }
span { border-color: rgb(1,15,39); }
td.TdClassName
{
border-color: #010F27;
}
.TagClassName
{
border-color: #010F27;
}
</style>