Shades of Black Pearl #06282C
Tints of Black Pearl #06282C
RGB
CMYK
RGB Variations
Color information
#06282C (or 0x06282C) is known color: Black Pearl. HEX triplet: 06, 28 and 2C. RGB value is (6,40,44). Sum of RGB (Red+Green+Blue) = 6+40+44=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 44 - color contains mainly: blue. Hex color #06282C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06282C is #F9D7D3. Grayscale: #1E1E1E. Windows color (decimal): -16373716 or 2893830. OLE color: 2893830.
HSL color Cylindrical-coordinate representation of color #06282C: hue angle of 186.32º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06282C is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 40 | 44 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.83 |
| HSL | 186.32º | 0.76% | 0.1% | - |
| HSV(B) | 186.32º | 0.86% | 0.17% | - |
| XYZ | 1.29 | 1.74 | 2.65 | - |
| YUV | 30.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 44 | 0.86 | 0.09 | 0 | 0.83 | 186.32 | 0.76 | 0.1 |
| Hex | 6 | 28 | 2C | 56 | 9 | 0 | 53 | BA | 4C | A |
| Octal | 6 | 50 | 54 | 126 | 11 | 0 | 123 | 272 | 114 | 12 |
| Binary | 110 | 101000 | 101100 | 1010110 | 1001 | 0 | 1010011 | 10111010 | 1001100 | 1010 |
Color Harmonies of #06282C
Complementary color
Monochromatic Colors of #06282C
Black with #06282C
Text Example
Text Example
White with #06282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06282C; }
p { color: rgb(6,40,44); }
H1.HeaderClassName
{
color: #06282C;
}
.AnyTagClassName
{
color: #06282C;
}
</style>
background-color css
<style>
a { background-color: #06282C; }
a { background-color: rgb(6,40,44); }
div.DivClassName
{
background-color: #06282C;
}
.BgClassName
{
background-color: #06282C;
}
</style>
border-color css
<style>
span { border-color: #06282C; }
span { border-color: rgb(6,40,44); }
td.TdClassName
{
border-color: #06282C;
}
.TagClassName
{
border-color: #06282C;
}
</style>