Shades of Black Pearl #0F1B25
Tints of Black Pearl #0F1B25
RGB
CMYK
RGB Variations
Color information
#0F1B25 (or 0x0F1B25) is known color: Black Pearl. HEX triplet: 0F, 1B and 25. RGB value is (15,27,37). Sum of RGB (Red+Green+Blue) = 15+27+37=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #0F1B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1B25 is #F0E4DA. Grayscale: #181818. Windows color (decimal): -15787227 or 2431759. OLE color: 2431759.
HSL color Cylindrical-coordinate representation of color #0F1B25: hue angle of 207.27º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0F1B25 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 27 | 37 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.85 |
| HSL | 207.27º | 0.42% | 0.1% | - |
| HSV(B) | 207.27º | 0.59% | 0.15% | - |
| XYZ | 0.92 | 1.02 | 1.9 | - |
| YUV | 24.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 27 | 37 | 0.59 | 0.27 | 0 | 0.85 | 207.27 | 0.42 | 0.1 |
| Hex | F | 1B | 25 | 3B | 1B | 0 | 55 | CF | 2A | A |
| Octal | 17 | 33 | 45 | 73 | 33 | 0 | 125 | 317 | 52 | 12 |
| Binary | 1111 | 11011 | 100101 | 111011 | 11011 | 0 | 1010101 | 11001111 | 101010 | 1010 |
Color Harmonies of #0F1B25
Complementary color
Monochromatic Colors of #0F1B25
Black with #0F1B25
Text Example
Text Example
White with #0F1B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1B25; }
p { color: rgb(15,27,37); }
H1.HeaderClassName
{
color: #0F1B25;
}
.AnyTagClassName
{
color: #0F1B25;
}
</style>
background-color css
<style>
a { background-color: #0F1B25; }
a { background-color: rgb(15,27,37); }
div.DivClassName
{
background-color: #0F1B25;
}
.BgClassName
{
background-color: #0F1B25;
}
</style>
border-color css
<style>
span { border-color: #0F1B25; }
span { border-color: rgb(15,27,37); }
td.TdClassName
{
border-color: #0F1B25;
}
.TagClassName
{
border-color: #0F1B25;
}
</style>