Shades of Black Pearl #0F1F27
Tints of Black Pearl #0F1F27
RGB
CMYK
RGB Variations
Color information
#0F1F27 (or 0x0F1F27) is known color: Black Pearl. HEX triplet: 0F, 1F and 27. RGB value is (15,31,39). Sum of RGB (Red+Green+Blue) = 15+31+39=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 39 (15.62% from 255 or 45.88% from 85); Max value from RGB is 39 - color contains mainly: blue. Hex color #0F1F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1F27 is #F0E0D8. Grayscale: #1B1B1B. Windows color (decimal): -15786201 or 2563855. OLE color: 2563855.
HSL color Cylindrical-coordinate representation of color #0F1F27: hue angle of 200º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F1F27 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 31 | 39 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.85 |
| HSL | 200º | 0.44% | 0.11% | - |
| HSV(B) | 200º | 0.62% | 0.15% | - |
| XYZ | 1.05 | 1.23 | 2.1 | - |
| YUV | 27.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 31 | 39 | 0.62 | 0.21 | 0 | 0.85 | 200 | 0.44 | 0.11 |
| Hex | F | 1F | 27 | 3E | 15 | 0 | 55 | C8 | 2C | B |
| Octal | 17 | 37 | 47 | 76 | 25 | 0 | 125 | 310 | 54 | 13 |
| Binary | 1111 | 11111 | 100111 | 111110 | 10101 | 0 | 1010101 | 11001000 | 101100 | 1011 |
Color Harmonies of #0F1F27
Complementary color
Monochromatic Colors of #0F1F27
Black with #0F1F27
Text Example
Text Example
White with #0F1F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1F27; }
p { color: rgb(15,31,39); }
H1.HeaderClassName
{
color: #0F1F27;
}
.AnyTagClassName
{
color: #0F1F27;
}
</style>
background-color css
<style>
a { background-color: #0F1F27; }
a { background-color: rgb(15,31,39); }
div.DivClassName
{
background-color: #0F1F27;
}
.BgClassName
{
background-color: #0F1F27;
}
</style>
border-color css
<style>
span { border-color: #0F1F27; }
span { border-color: rgb(15,31,39); }
td.TdClassName
{
border-color: #0F1F27;
}
.TagClassName
{
border-color: #0F1F27;
}
</style>