Shades of Black Pearl #0F1B27
Tints of Black Pearl #0F1B27
RGB
CMYK
RGB Variations
Color information
#0F1B27 (or 0x0F1B27) is known color: Black Pearl. HEX triplet: 0F, 1B and 27. RGB value is (15,27,39). Sum of RGB (Red+Green+Blue) = 15+27+39=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 39 - color contains mainly: blue. Hex color #0F1B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1B27 is #F0E4D8. Grayscale: #181818. Windows color (decimal): -15787225 or 2562831. OLE color: 2562831.
HSL color Cylindrical-coordinate representation of color #0F1B27: hue angle of 210º 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 #0F1B27 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 27 | 39 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.85 |
| HSL | 210º | 0.44% | 0.11% | - |
| HSV(B) | 210º | 0.62% | 0.15% | - |
| XYZ | 0.96 | 1.03 | 2.07 | - |
| YUV | 24.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 27 | 39 | 0.62 | 0.31 | 0 | 0.85 | 210 | 0.44 | 0.11 |
| Hex | F | 1B | 27 | 3E | 1F | 0 | 55 | D2 | 2C | B |
| Octal | 17 | 33 | 47 | 76 | 37 | 0 | 125 | 322 | 54 | 13 |
| Binary | 1111 | 11011 | 100111 | 111110 | 11111 | 0 | 1010101 | 11010010 | 101100 | 1011 |
Color Harmonies of #0F1B27
Complementary color
Monochromatic Colors of #0F1B27
Black with #0F1B27
Text Example
Text Example
White with #0F1B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1B27; }
p { color: rgb(15,27,39); }
H1.HeaderClassName
{
color: #0F1B27;
}
.AnyTagClassName
{
color: #0F1B27;
}
</style>
background-color css
<style>
a { background-color: #0F1B27; }
a { background-color: rgb(15,27,39); }
div.DivClassName
{
background-color: #0F1B27;
}
.BgClassName
{
background-color: #0F1B27;
}
</style>
border-color css
<style>
span { border-color: #0F1B27; }
span { border-color: rgb(15,27,39); }
td.TdClassName
{
border-color: #0F1B27;
}
.TagClassName
{
border-color: #0F1B27;
}
</style>