Shades of Black Pearl #0F1F31
Tints of Black Pearl #0F1F31
RGB
CMYK
RGB Variations
Color information
#0F1F31 (or 0x0F1F31) is known color: Black Pearl. HEX triplet: 0F, 1F and 31. RGB value is (15,31,49). Sum of RGB (Red+Green+Blue) = 15+31+49=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F1F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1F31 is #F0E0CE. Grayscale: #1C1C1C. Windows color (decimal): -15786191 or 3219215. OLE color: 3219215.
HSL color Cylindrical-coordinate representation of color #0F1F31: hue angle of 211.76º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F1F31 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 31 | 49 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.81 |
| HSL | 211.76º | 0.53% | 0.13% | - |
| HSV(B) | 211.76º | 0.69% | 0.19% | - |
| XYZ | 1.24 | 1.3 | 3.09 | - |
| YUV | 28.27 | 139.7 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 31 | 49 | 0.69 | 0.37 | 0 | 0.81 | 211.76 | 0.53 | 0.13 |
| Hex | F | 1F | 31 | 45 | 25 | 0 | 51 | D4 | 35 | D |
| Octal | 17 | 37 | 61 | 105 | 45 | 0 | 121 | 324 | 65 | 15 |
| Binary | 1111 | 11111 | 110001 | 1000101 | 100101 | 0 | 1010001 | 11010100 | 110101 | 1101 |
Color Harmonies of #0F1F31
Complementary color
Monochromatic Colors of #0F1F31
Black with #0F1F31
Text Example
Text Example
White with #0F1F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1F31; }
p { color: rgb(15,31,49); }
H1.HeaderClassName
{
color: #0F1F31;
}
.AnyTagClassName
{
color: #0F1F31;
}
</style>
background-color css
<style>
a { background-color: #0F1F31; }
a { background-color: rgb(15,31,49); }
div.DivClassName
{
background-color: #0F1F31;
}
.BgClassName
{
background-color: #0F1F31;
}
</style>
border-color css
<style>
span { border-color: #0F1F31; }
span { border-color: rgb(15,31,49); }
td.TdClassName
{
border-color: #0F1F31;
}
.TagClassName
{
border-color: #0F1F31;
}
</style>