Shades of Black Pearl #0F1D29
Tints of Black Pearl #0F1D29
RGB
CMYK
RGB Variations
Color information
#0F1D29 (or 0x0F1D29) is known color: Black Pearl. HEX triplet: 0F, 1D and 29. RGB value is (15,29,41). Sum of RGB (Red+Green+Blue) = 15+29+41=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: blue. Hex color #0F1D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1D29 is #F0E2D6. Grayscale: #1A1A1A. Windows color (decimal): -15786711 or 2694415. OLE color: 2694415.
HSL color Cylindrical-coordinate representation of color #0F1D29: hue angle of 207.69º 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 #0F1D29 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 29 | 41 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.84 |
| HSL | 207.69º | 0.46% | 0.11% | - |
| HSV(B) | 207.69º | 0.63% | 0.16% | - |
| XYZ | 1.04 | 1.14 | 2.26 | - |
| YUV | 26.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 29 | 41 | 0.63 | 0.29 | 0 | 0.84 | 207.69 | 0.46 | 0.11 |
| Hex | F | 1D | 29 | 3F | 1D | 0 | 54 | D0 | 2E | B |
| Octal | 17 | 35 | 51 | 77 | 35 | 0 | 124 | 320 | 56 | 13 |
| Binary | 1111 | 11101 | 101001 | 111111 | 11101 | 0 | 1010100 | 11010000 | 101110 | 1011 |
Color Harmonies of #0F1D29
Complementary color
Monochromatic Colors of #0F1D29
Black with #0F1D29
Text Example
Text Example
White with #0F1D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1D29; }
p { color: rgb(15,29,41); }
H1.HeaderClassName
{
color: #0F1D29;
}
.AnyTagClassName
{
color: #0F1D29;
}
</style>
background-color css
<style>
a { background-color: #0F1D29; }
a { background-color: rgb(15,29,41); }
div.DivClassName
{
background-color: #0F1D29;
}
.BgClassName
{
background-color: #0F1D29;
}
</style>
border-color css
<style>
span { border-color: #0F1D29; }
span { border-color: rgb(15,29,41); }
td.TdClassName
{
border-color: #0F1D29;
}
.TagClassName
{
border-color: #0F1D29;
}
</style>