Shades of Black Pearl #06242A
Tints of Black Pearl #06242A
RGB
CMYK
RGB Variations
Color information
#06242A (or 0x06242A) is known color: Black Pearl. HEX triplet: 06, 24 and 2A. RGB value is (6,36,42). Sum of RGB (Red+Green+Blue) = 6+36+42=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: blue. Hex color #06242A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06242A is #F9DBD5. Grayscale: #1B1B1B. Windows color (decimal): -16374742 or 2761734. OLE color: 2761734.
HSL color Cylindrical-coordinate representation of color #06242A: hue angle of 190º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06242A is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 36 | 42 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.84 |
| HSL | 190º | 0.75% | 0.09% | - |
| HSV(B) | 190º | 0.86% | 0.16% | - |
| XYZ | 1.12 | 1.47 | 2.41 | - |
| YUV | 27.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 36 | 42 | 0.86 | 0.14 | 0 | 0.84 | 190 | 0.75 | 0.09 |
| Hex | 6 | 24 | 2A | 56 | E | 0 | 54 | BE | 4B | 9 |
| Octal | 6 | 44 | 52 | 126 | 16 | 0 | 124 | 276 | 113 | 11 |
| Binary | 110 | 100100 | 101010 | 1010110 | 1110 | 0 | 1010100 | 10111110 | 1001011 | 1001 |
Color Harmonies of #06242A
Complementary color
Monochromatic Colors of #06242A
Black with #06242A
Text Example
Text Example
White with #06242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06242A; }
p { color: rgb(6,36,42); }
H1.HeaderClassName
{
color: #06242A;
}
.AnyTagClassName
{
color: #06242A;
}
</style>
background-color css
<style>
a { background-color: #06242A; }
a { background-color: rgb(6,36,42); }
div.DivClassName
{
background-color: #06242A;
}
.BgClassName
{
background-color: #06242A;
}
</style>
border-color css
<style>
span { border-color: #06242A; }
span { border-color: rgb(6,36,42); }
td.TdClassName
{
border-color: #06242A;
}
.TagClassName
{
border-color: #06242A;
}
</style>