Shades of Black Pearl #04172F
Tints of Black Pearl #04172F
RGB
CMYK
RGB Variations
Color information
#04172F (or 0x04172F) is known color: Black Pearl. HEX triplet: 04, 17 and 2F. RGB value is (4,23,47). Sum of RGB (Red+Green+Blue) = 4+23+47=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #04172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04172F is #FBE8D0. Grayscale: #131313. Windows color (decimal): -16509137 or 3086084. OLE color: 3086084.
HSL color Cylindrical-coordinate representation of color #04172F: hue angle of 213.49º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04172F is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 23 | 47 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.82 |
| HSL | 213.49º | 0.84% | 0.1% | - |
| HSV(B) | 213.49º | 0.91% | 0.18% | - |
| XYZ | 0.87 | 0.84 | 2.81 | - |
| YUV | 20.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 47 | 0.91 | 0.51 | 0 | 0.82 | 213.49 | 0.84 | 0.1 |
| Hex | 4 | 17 | 2F | 5B | 33 | 0 | 52 | D5 | 54 | A |
| Octal | 4 | 27 | 57 | 133 | 63 | 0 | 122 | 325 | 124 | 12 |
| Binary | 100 | 10111 | 101111 | 1011011 | 110011 | 0 | 1010010 | 11010101 | 1010100 | 1010 |
Color Harmonies of #04172F
Complementary color
Monochromatic Colors of #04172F
Black with #04172F
Text Example
Text Example
White with #04172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04172F; }
p { color: rgb(4,23,47); }
H1.HeaderClassName
{
color: #04172F;
}
.AnyTagClassName
{
color: #04172F;
}
</style>
background-color css
<style>
a { background-color: #04172F; }
a { background-color: rgb(4,23,47); }
div.DivClassName
{
background-color: #04172F;
}
.BgClassName
{
background-color: #04172F;
}
</style>
border-color css
<style>
span { border-color: #04172F; }
span { border-color: rgb(4,23,47); }
td.TdClassName
{
border-color: #04172F;
}
.TagClassName
{
border-color: #04172F;
}
</style>