Shades of Black Pearl #0F1B20
Tints of Black Pearl #0F1B20
RGB
CMYK
RGB Variations
Color information
#0F1B20 (or 0x0F1B20) is known color: Black Pearl. HEX triplet: 0F, 1B and 20. RGB value is (15,27,32). Sum of RGB (Red+Green+Blue) = 15+27+32=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 32 - color contains mainly: blue. Hex color #0F1B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1B20 is #F0E4DF. Grayscale: #171717. Windows color (decimal): -15787232 or 2104079. OLE color: 2104079.
HSL color Cylindrical-coordinate representation of color #0F1B20: hue angle of 197.65º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F1B20 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 27 | 32 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.87 |
| HSL | 197.65º | 0.36% | 0.09% | - |
| HSV(B) | 197.65º | 0.53% | 0.13% | - |
| XYZ | 0.85 | 0.99 | 1.51 | - |
| YUV | 23.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 27 | 32 | 0.53 | 0.16 | 0 | 0.87 | 197.65 | 0.36 | 0.09 |
| Hex | F | 1B | 20 | 35 | 10 | 0 | 57 | C6 | 24 | 9 |
| Octal | 17 | 33 | 40 | 65 | 20 | 0 | 127 | 306 | 44 | 11 |
| Binary | 1111 | 11011 | 100000 | 110101 | 10000 | 0 | 1010111 | 11000110 | 100100 | 1001 |
Color Harmonies of #0F1B20
Complementary color
Monochromatic Colors of #0F1B20
Black with #0F1B20
Text Example
Text Example
White with #0F1B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1B20; }
p { color: rgb(15,27,32); }
H1.HeaderClassName
{
color: #0F1B20;
}
.AnyTagClassName
{
color: #0F1B20;
}
</style>
background-color css
<style>
a { background-color: #0F1B20; }
a { background-color: rgb(15,27,32); }
div.DivClassName
{
background-color: #0F1B20;
}
.BgClassName
{
background-color: #0F1B20;
}
</style>
border-color css
<style>
span { border-color: #0F1B20; }
span { border-color: rgb(15,27,32); }
td.TdClassName
{
border-color: #0F1B20;
}
.TagClassName
{
border-color: #0F1B20;
}
</style>