Shades of Black Pearl #0F2131
Tints of Black Pearl #0F2131
RGB
CMYK
RGB Variations
Color information
#0F2131 (or 0x0F2131) is known color: Black Pearl. HEX triplet: 0F, 21 and 31. RGB value is (15,33,49). Sum of RGB (Red+Green+Blue) = 15+33+49=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F2131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2131 is #F0DECE. Grayscale: #1D1D1D. Windows color (decimal): -15785679 or 3219727. OLE color: 3219727.
HSL color Cylindrical-coordinate representation of color #0F2131: hue angle of 208.24º 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 #0F2131 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 33 | 49 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.81 |
| HSL | 208.24º | 0.53% | 0.13% | - |
| HSV(B) | 208.24º | 0.69% | 0.19% | - |
| XYZ | 1.3 | 1.41 | 3.11 | - |
| YUV | 29.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 49 | 0.69 | 0.33 | 0 | 0.81 | 208.24 | 0.53 | 0.13 |
| Hex | F | 21 | 31 | 45 | 21 | 0 | 51 | D0 | 35 | D |
| Octal | 17 | 41 | 61 | 105 | 41 | 0 | 121 | 320 | 65 | 15 |
| Binary | 1111 | 100001 | 110001 | 1000101 | 100001 | 0 | 1010001 | 11010000 | 110101 | 1101 |
Color Harmonies of #0F2131
Complementary color
Monochromatic Colors of #0F2131
Black with #0F2131
Text Example
Text Example
White with #0F2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2131; }
p { color: rgb(15,33,49); }
H1.HeaderClassName
{
color: #0F2131;
}
.AnyTagClassName
{
color: #0F2131;
}
</style>
background-color css
<style>
a { background-color: #0F2131; }
a { background-color: rgb(15,33,49); }
div.DivClassName
{
background-color: #0F2131;
}
.BgClassName
{
background-color: #0F2131;
}
</style>
border-color css
<style>
span { border-color: #0F2131; }
span { border-color: rgb(15,33,49); }
td.TdClassName
{
border-color: #0F2131;
}
.TagClassName
{
border-color: #0F2131;
}
</style>