Shades of Black Pearl #0F1A29
Tints of Black Pearl #0F1A29
RGB
CMYK
RGB Variations
Color information
#0F1A29 (or 0x0F1A29) is known color: Black Pearl. HEX triplet: 0F, 1A and 29. RGB value is (15,26,41). Sum of RGB (Red+Green+Blue) = 15+26+41=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #0F1A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A29 is #F0E5D6. Grayscale: #181818. Windows color (decimal): -15787479 or 2693647. OLE color: 2693647.
HSL color Cylindrical-coordinate representation of color #0F1A29: hue angle of 214.62º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0F1A29 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 26 | 41 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.84 |
| HSL | 214.62º | 0.46% | 0.11% | - |
| HSV(B) | 214.62º | 0.63% | 0.16% | - |
| XYZ | 0.97 | 1 | 2.24 | - |
| YUV | 24.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 41 | 0.63 | 0.37 | 0 | 0.84 | 214.62 | 0.46 | 0.11 |
| Hex | F | 1A | 29 | 3F | 25 | 0 | 54 | D7 | 2E | B |
| Octal | 17 | 32 | 51 | 77 | 45 | 0 | 124 | 327 | 56 | 13 |
| Binary | 1111 | 11010 | 101001 | 111111 | 100101 | 0 | 1010100 | 11010111 | 101110 | 1011 |
Color Harmonies of #0F1A29
Complementary color
Monochromatic Colors of #0F1A29
Black with #0F1A29
Text Example
Text Example
White with #0F1A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1A29; }
p { color: rgb(15,26,41); }
H1.HeaderClassName
{
color: #0F1A29;
}
.AnyTagClassName
{
color: #0F1A29;
}
</style>
background-color css
<style>
a { background-color: #0F1A29; }
a { background-color: rgb(15,26,41); }
div.DivClassName
{
background-color: #0F1A29;
}
.BgClassName
{
background-color: #0F1A29;
}
</style>
border-color css
<style>
span { border-color: #0F1A29; }
span { border-color: rgb(15,26,41); }
td.TdClassName
{
border-color: #0F1A29;
}
.TagClassName
{
border-color: #0F1A29;
}
</style>