Shades of Black Pearl #061D30
Tints of Black Pearl #061D30
RGB
CMYK
RGB Variations
Color information
#061D30 (or 0x061D30) is known color: Black Pearl. HEX triplet: 06, 1D and 30. RGB value is (6,29,48). Sum of RGB (Red+Green+Blue) = 6+29+48=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #061D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D30 is #F9E2CF. Grayscale: #181818. Windows color (decimal): -16376528 or 3153158. OLE color: 3153158.
HSL color Cylindrical-coordinate representation of color #061D30: hue angle of 207.14º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061D30 is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 29 | 48 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.81 |
| HSL | 207.14º | 0.78% | 0.11% | - |
| HSV(B) | 207.14º | 0.88% | 0.19% | - |
| XYZ | 1.05 | 1.13 | 2.96 | - |
| YUV | 24.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 48 | 0.87 | 0.40 | 0 | 0.81 | 207.14 | 0.78 | 0.11 |
| Hex | 6 | 1D | 30 | 57 | 28 | 0 | 51 | CF | 4E | B |
| Octal | 6 | 35 | 60 | 127 | 50 | 0 | 121 | 317 | 116 | 13 |
| Binary | 110 | 11101 | 110000 | 1010111 | 101000 | 0 | 1010001 | 11001111 | 1001110 | 1011 |
Color Harmonies of #061D30
Complementary color
Monochromatic Colors of #061D30
Black with #061D30
Text Example
Text Example
White with #061D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D30; }
p { color: rgb(6,29,48); }
H1.HeaderClassName
{
color: #061D30;
}
.AnyTagClassName
{
color: #061D30;
}
</style>
background-color css
<style>
a { background-color: #061D30; }
a { background-color: rgb(6,29,48); }
div.DivClassName
{
background-color: #061D30;
}
.BgClassName
{
background-color: #061D30;
}
</style>
border-color css
<style>
span { border-color: #061D30; }
span { border-color: rgb(6,29,48); }
td.TdClassName
{
border-color: #061D30;
}
.TagClassName
{
border-color: #061D30;
}
</style>