Shades of Black Pearl #06242F
Tints of Black Pearl #06242F
RGB
CMYK
RGB Variations
Color information
#06242F (or 0x06242F) is known color: Black Pearl. HEX triplet: 06, 24 and 2F. RGB value is (6,36,47). Sum of RGB (Red+Green+Blue) = 6+36+47=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #06242F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06242F is #F9DBD0. Grayscale: #1C1C1C. Windows color (decimal): -16374737 or 3089414. OLE color: 3089414.
HSL color Cylindrical-coordinate representation of color #06242F: hue angle of 196.1º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #06242F is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 36 | 47 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.82 |
| HSL | 196.1º | 0.77% | 0.1% | - |
| HSV(B) | 196.1º | 0.87% | 0.18% | - |
| XYZ | 1.22 | 1.51 | 2.92 | - |
| YUV | 28.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 36 | 47 | 0.87 | 0.23 | 0 | 0.82 | 196.1 | 0.77 | 0.1 |
| Hex | 6 | 24 | 2F | 57 | 17 | 0 | 52 | C4 | 4D | A |
| Octal | 6 | 44 | 57 | 127 | 27 | 0 | 122 | 304 | 115 | 12 |
| Binary | 110 | 100100 | 101111 | 1010111 | 10111 | 0 | 1010010 | 11000100 | 1001101 | 1010 |
Color Harmonies of #06242F
Complementary color
Monochromatic Colors of #06242F
Black with #06242F
Text Example
Text Example
White with #06242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06242F; }
p { color: rgb(6,36,47); }
H1.HeaderClassName
{
color: #06242F;
}
.AnyTagClassName
{
color: #06242F;
}
</style>
background-color css
<style>
a { background-color: #06242F; }
a { background-color: rgb(6,36,47); }
div.DivClassName
{
background-color: #06242F;
}
.BgClassName
{
background-color: #06242F;
}
</style>
border-color css
<style>
span { border-color: #06242F; }
span { border-color: rgb(6,36,47); }
td.TdClassName
{
border-color: #06242F;
}
.TagClassName
{
border-color: #06242F;
}
</style>