Shades of Black Pearl #041C1F
Tints of Black Pearl #041C1F
RGB
CMYK
RGB Variations
Color information
#041C1F (or 0x041C1F) is known color: Black Pearl. HEX triplet: 04, 1C and 1F. RGB value is (4,28,31). Sum of RGB (Red+Green+Blue) = 4+28+31=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #041C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C1F is #FBE3E0. Grayscale: #151515. Windows color (decimal): -16507873 or 2038788. OLE color: 2038788.
HSL color Cylindrical-coordinate representation of color #041C1F: hue angle of 186.67º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #041C1F is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 4 | 28 | 31 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.88 |
| HSL | 186.67º | 0.77% | 0.07% | - |
| HSV(B) | 186.67º | 0.87% | 0.12% | - |
| XYZ | 0.71 | 0.96 | 1.44 | - |
| YUV | 21.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 31 | 0.87 | 0.10 | 0 | 0.88 | 186.67 | 0.77 | 0.07 |
| Hex | 4 | 1C | 1F | 57 | A | 0 | 58 | BB | 4D | 7 |
| Octal | 4 | 34 | 37 | 127 | 12 | 0 | 130 | 273 | 115 | 7 |
| Binary | 100 | 11100 | 11111 | 1010111 | 1010 | 0 | 1011000 | 10111011 | 1001101 | 111 |
Color Harmonies of #041C1F
Complementary color
Monochromatic Colors of #041C1F
Black with #041C1F
Text Example
Text Example
White with #041C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041C1F; }
p { color: rgb(4,28,31); }
H1.HeaderClassName
{
color: #041C1F;
}
.AnyTagClassName
{
color: #041C1F;
}
</style>
background-color css
<style>
a { background-color: #041C1F; }
a { background-color: rgb(4,28,31); }
div.DivClassName
{
background-color: #041C1F;
}
.BgClassName
{
background-color: #041C1F;
}
</style>
border-color css
<style>
span { border-color: #041C1F; }
span { border-color: rgb(4,28,31); }
td.TdClassName
{
border-color: #041C1F;
}
.TagClassName
{
border-color: #041C1F;
}
</style>