Shades of Black Pearl #040F1C
Tints of Black Pearl #040F1C
RGB
CMYK
RGB Variations
Color information
#040F1C (or 0x040F1C) is known color: Black Pearl. HEX triplet: 04, 0F and 1C. RGB value is (4,15,28). Sum of RGB (Red+Green+Blue) = 4+15+28=47 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.51% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #040F1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040F1C is #FBF0E3. Grayscale: #0D0D0D. Windows color (decimal): -16511204 or 1838852. OLE color: 1838852.
HSL color Cylindrical-coordinate representation of color #040F1C: hue angle of 212.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #040F1C is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 15 | 28 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.89 |
| HSL | 212.5º | 0.75% | 0.06% | - |
| HSV(B) | 212.5º | 0.86% | 0.11% | - |
| XYZ | 0.43 | 0.45 | 1.16 | - |
| YUV | 13.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 28 | 0.86 | 0.46 | 0 | 0.89 | 212.5 | 0.75 | 0.06 |
| Hex | 4 | F | 1C | 56 | 2E | 0 | 59 | D4 | 4B | 6 |
| Octal | 4 | 17 | 34 | 126 | 56 | 0 | 131 | 324 | 113 | 6 |
| Binary | 100 | 1111 | 11100 | 1010110 | 101110 | 0 | 1011001 | 11010100 | 1001011 | 110 |
Color Harmonies of #040F1C
Complementary color
Monochromatic Colors of #040F1C
Black with #040F1C
Text Example
Text Example
White with #040F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F1C; }
p { color: rgb(4,15,28); }
H1.HeaderClassName
{
color: #040F1C;
}
.AnyTagClassName
{
color: #040F1C;
}
</style>
background-color css
<style>
a { background-color: #040F1C; }
a { background-color: rgb(4,15,28); }
div.DivClassName
{
background-color: #040F1C;
}
.BgClassName
{
background-color: #040F1C;
}
</style>
border-color css
<style>
span { border-color: #040F1C; }
span { border-color: rgb(4,15,28); }
td.TdClassName
{
border-color: #040F1C;
}
.TagClassName
{
border-color: #040F1C;
}
</style>