Shades of Black Pearl #0F1921
Tints of Black Pearl #0F1921
RGB
CMYK
RGB Variations
Color information
#0F1921 (or 0x0F1921) is known color: Black Pearl. HEX triplet: 0F, 19 and 21. RGB value is (15,25,33). Sum of RGB (Red+Green+Blue) = 15+25+33=73 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.55% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 33 - color contains mainly: blue. Hex color #0F1921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1921 is #F0E6DE. Grayscale: #161616. Windows color (decimal): -15787743 or 2169103. OLE color: 2169103.
HSL color Cylindrical-coordinate representation of color #0F1921: hue angle of 206.67º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0F1921 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 25 | 33 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.87 |
| HSL | 206.67º | 0.38% | 0.09% | - |
| HSV(B) | 206.67º | 0.55% | 0.13% | - |
| XYZ | 0.82 | 0.91 | 1.57 | - |
| YUV | 22.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 33 | 0.55 | 0.24 | 0 | 0.87 | 206.67 | 0.38 | 0.09 |
| Hex | F | 19 | 21 | 37 | 18 | 0 | 57 | CF | 26 | 9 |
| Octal | 17 | 31 | 41 | 67 | 30 | 0 | 127 | 317 | 46 | 11 |
| Binary | 1111 | 11001 | 100001 | 110111 | 11000 | 0 | 1010111 | 11001111 | 100110 | 1001 |
Color Harmonies of #0F1921
Complementary color
Monochromatic Colors of #0F1921
Black with #0F1921
Text Example
Text Example
White with #0F1921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1921; }
p { color: rgb(15,25,33); }
H1.HeaderClassName
{
color: #0F1921;
}
.AnyTagClassName
{
color: #0F1921;
}
</style>
background-color css
<style>
a { background-color: #0F1921; }
a { background-color: rgb(15,25,33); }
div.DivClassName
{
background-color: #0F1921;
}
.BgClassName
{
background-color: #0F1921;
}
</style>
border-color css
<style>
span { border-color: #0F1921; }
span { border-color: rgb(15,25,33); }
td.TdClassName
{
border-color: #0F1921;
}
.TagClassName
{
border-color: #0F1921;
}
</style>