Shades of Black Pearl #0F1C22
Tints of Black Pearl #0F1C22
RGB
CMYK
RGB Variations
Color information
#0F1C22 (or 0x0F1C22) is known color: Black Pearl. HEX triplet: 0F, 1C and 22. RGB value is (15,28,34). Sum of RGB (Red+Green+Blue) = 15+28+34=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 34 (13.67% from 255 or 44.16% from 77); Max value from RGB is 34 - color contains mainly: blue. Hex color #0F1C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1C22 is #F0E3DD. Grayscale: #181818. Windows color (decimal): -15786974 or 2235407. OLE color: 2235407.
HSL color Cylindrical-coordinate representation of color #0F1C22: hue angle of 198.95º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0F1C22 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 28 | 34 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.87 |
| HSL | 198.95º | 0.39% | 0.1% | - |
| HSV(B) | 198.95º | 0.56% | 0.13% | - |
| XYZ | 0.9 | 1.05 | 1.67 | - |
| YUV | 24.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 28 | 34 | 0.56 | 0.18 | 0 | 0.87 | 198.95 | 0.39 | 0.1 |
| Hex | F | 1C | 22 | 38 | 12 | 0 | 57 | C7 | 27 | A |
| Octal | 17 | 34 | 42 | 70 | 22 | 0 | 127 | 307 | 47 | 12 |
| Binary | 1111 | 11100 | 100010 | 111000 | 10010 | 0 | 1010111 | 11000111 | 100111 | 1010 |
Color Harmonies of #0F1C22
Complementary color
Monochromatic Colors of #0F1C22
Black with #0F1C22
Text Example
Text Example
White with #0F1C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1C22; }
p { color: rgb(15,28,34); }
H1.HeaderClassName
{
color: #0F1C22;
}
.AnyTagClassName
{
color: #0F1C22;
}
</style>
background-color css
<style>
a { background-color: #0F1C22; }
a { background-color: rgb(15,28,34); }
div.DivClassName
{
background-color: #0F1C22;
}
.BgClassName
{
background-color: #0F1C22;
}
</style>
border-color css
<style>
span { border-color: #0F1C22; }
span { border-color: rgb(15,28,34); }
td.TdClassName
{
border-color: #0F1C22;
}
.TagClassName
{
border-color: #0F1C22;
}
</style>