Shades of Black Pearl #061D31
Tints of Black Pearl #061D31
RGB
CMYK
RGB Variations
Color information
#061D31 (or 0x061D31) is known color: Black Pearl. HEX triplet: 06, 1D and 31. RGB value is (6,29,49). Sum of RGB (Red+Green+Blue) = 6+29+49=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #061D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D31 is #F9E2CE. Grayscale: #181818. Windows color (decimal): -16376527 or 3218694. OLE color: 3218694.
HSL color Cylindrical-coordinate representation of color #061D31: hue angle of 207.91º 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 #061D31 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 29 | 49 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.81 |
| HSL | 207.91º | 0.78% | 0.11% | - |
| HSV(B) | 207.91º | 0.88% | 0.19% | - |
| XYZ | 1.07 | 1.14 | 3.07 | - |
| YUV | 24.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 49 | 0.88 | 0.41 | 0 | 0.81 | 207.91 | 0.78 | 0.11 |
| Hex | 6 | 1D | 31 | 58 | 29 | 0 | 51 | D0 | 4E | B |
| Octal | 6 | 35 | 61 | 130 | 51 | 0 | 121 | 320 | 116 | 13 |
| Binary | 110 | 11101 | 110001 | 1011000 | 101001 | 0 | 1010001 | 11010000 | 1001110 | 1011 |
Color Harmonies of #061D31
Complementary color
Monochromatic Colors of #061D31
Black with #061D31
Text Example
Text Example
White with #061D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D31; }
p { color: rgb(6,29,49); }
H1.HeaderClassName
{
color: #061D31;
}
.AnyTagClassName
{
color: #061D31;
}
</style>
background-color css
<style>
a { background-color: #061D31; }
a { background-color: rgb(6,29,49); }
div.DivClassName
{
background-color: #061D31;
}
.BgClassName
{
background-color: #061D31;
}
</style>
border-color css
<style>
span { border-color: #061D31; }
span { border-color: rgb(6,29,49); }
td.TdClassName
{
border-color: #061D31;
}
.TagClassName
{
border-color: #061D31;
}
</style>