Shades of Black Pearl #04181C
Tints of Black Pearl #04181C
RGB
CMYK
RGB Variations
Color information
#04181C (or 0x04181C) is known color: Black Pearl. HEX triplet: 04, 18 and 1C. RGB value is (4,24,28). Sum of RGB (Red+Green+Blue) = 4+24+28=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #04181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04181C is #FBE7E3. Grayscale: #121212. Windows color (decimal): -16508900 or 1841156. OLE color: 1841156.
HSL color Cylindrical-coordinate representation of color #04181C: hue angle of 190º 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 #04181C is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 24 | 28 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.89 |
| HSL | 190º | 0.75% | 0.06% | - |
| HSV(B) | 190º | 0.86% | 0.11% | - |
| XYZ | 0.59 | 0.76 | 1.21 | - |
| YUV | 18.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 28 | 0.86 | 0.14 | 0 | 0.89 | 190 | 0.75 | 0.06 |
| Hex | 4 | 18 | 1C | 56 | E | 0 | 59 | BE | 4B | 6 |
| Octal | 4 | 30 | 34 | 126 | 16 | 0 | 131 | 276 | 113 | 6 |
| Binary | 100 | 11000 | 11100 | 1010110 | 1110 | 0 | 1011001 | 10111110 | 1001011 | 110 |
Color Harmonies of #04181C
Complementary color
Monochromatic Colors of #04181C
Black with #04181C
Text Example
Text Example
White with #04181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04181C; }
p { color: rgb(4,24,28); }
H1.HeaderClassName
{
color: #04181C;
}
.AnyTagClassName
{
color: #04181C;
}
</style>
background-color css
<style>
a { background-color: #04181C; }
a { background-color: rgb(4,24,28); }
div.DivClassName
{
background-color: #04181C;
}
.BgClassName
{
background-color: #04181C;
}
</style>
border-color css
<style>
span { border-color: #04181C; }
span { border-color: rgb(4,24,28); }
td.TdClassName
{
border-color: #04181C;
}
.TagClassName
{
border-color: #04181C;
}
</style>