Shades of Black Pearl #06282F
Tints of Black Pearl #06282F
RGB
CMYK
RGB Variations
Color information
#06282F (or 0x06282F) is known color: Black Pearl. HEX triplet: 06, 28 and 2F. RGB value is (6,40,47). Sum of RGB (Red+Green+Blue) = 6+40+47=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #06282F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06282F is #F9D7D0. Grayscale: #1E1E1E. Windows color (decimal): -16373713 or 3090438. OLE color: 3090438.
HSL color Cylindrical-coordinate representation of color #06282F: hue angle of 190.24º 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 #06282F is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 40 | 47 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.82 |
| HSL | 190.24º | 0.77% | 0.1% | - |
| HSV(B) | 190.24º | 0.87% | 0.18% | - |
| XYZ | 1.35 | 1.76 | 2.96 | - |
| YUV | 30.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 47 | 0.87 | 0.15 | 0 | 0.82 | 190.24 | 0.77 | 0.1 |
| Hex | 6 | 28 | 2F | 57 | F | 0 | 52 | BE | 4D | A |
| Octal | 6 | 50 | 57 | 127 | 17 | 0 | 122 | 276 | 115 | 12 |
| Binary | 110 | 101000 | 101111 | 1010111 | 1111 | 0 | 1010010 | 10111110 | 1001101 | 1010 |
Color Harmonies of #06282F
Complementary color
Monochromatic Colors of #06282F
Black with #06282F
Text Example
Text Example
White with #06282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06282F; }
p { color: rgb(6,40,47); }
H1.HeaderClassName
{
color: #06282F;
}
.AnyTagClassName
{
color: #06282F;
}
</style>
background-color css
<style>
a { background-color: #06282F; }
a { background-color: rgb(6,40,47); }
div.DivClassName
{
background-color: #06282F;
}
.BgClassName
{
background-color: #06282F;
}
</style>
border-color css
<style>
span { border-color: #06282F; }
span { border-color: rgb(6,40,47); }
td.TdClassName
{
border-color: #06282F;
}
.TagClassName
{
border-color: #06282F;
}
</style>