Shades of Black Pearl #0F2231
Tints of Black Pearl #0F2231
RGB
CMYK
RGB Variations
Color information
#0F2231 (or 0x0F2231) is known color: Black Pearl. HEX triplet: 0F, 22 and 31. RGB value is (15,34,49). Sum of RGB (Red+Green+Blue) = 15+34+49=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F2231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2231 is #F0DDCE. Grayscale: #1D1D1D. Windows color (decimal): -15785423 or 3219983. OLE color: 3219983.
HSL color Cylindrical-coordinate representation of color #0F2231: hue angle of 206.47º 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 #0F2231 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 34 | 49 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.81 |
| HSL | 206.47º | 0.53% | 0.13% | - |
| HSV(B) | 206.47º | 0.69% | 0.19% | - |
| XYZ | 1.32 | 1.47 | 3.12 | - |
| YUV | 30.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 49 | 0.69 | 0.31 | 0 | 0.81 | 206.47 | 0.53 | 0.13 |
| Hex | F | 22 | 31 | 45 | 1F | 0 | 51 | CE | 35 | D |
| Octal | 17 | 42 | 61 | 105 | 37 | 0 | 121 | 316 | 65 | 15 |
| Binary | 1111 | 100010 | 110001 | 1000101 | 11111 | 0 | 1010001 | 11001110 | 110101 | 1101 |
Color Harmonies of #0F2231
Complementary color
Monochromatic Colors of #0F2231
Black with #0F2231
Text Example
Text Example
White with #0F2231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2231; }
p { color: rgb(15,34,49); }
H1.HeaderClassName
{
color: #0F2231;
}
.AnyTagClassName
{
color: #0F2231;
}
</style>
background-color css
<style>
a { background-color: #0F2231; }
a { background-color: rgb(15,34,49); }
div.DivClassName
{
background-color: #0F2231;
}
.BgClassName
{
background-color: #0F2231;
}
</style>
border-color css
<style>
span { border-color: #0F2231; }
span { border-color: rgb(15,34,49); }
td.TdClassName
{
border-color: #0F2231;
}
.TagClassName
{
border-color: #0F2231;
}
</style>