Shades of Black Pearl #061325
Tints of Black Pearl #061325
RGB
CMYK
RGB Variations
Color information
#061325 (or 0x061325) is known color: Black Pearl. HEX triplet: 06, 13 and 25. RGB value is (6,19,37). Sum of RGB (Red+Green+Blue) = 6+19+37=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 37 (14.84% from 255 or 59.68% from 62); Max value from RGB is 37 - color contains mainly: blue. Hex color #061325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061325 is #F9ECDA. Grayscale: #111111. Windows color (decimal): -16379099 or 2429702. OLE color: 2429702.
HSL color Cylindrical-coordinate representation of color #061325: hue angle of 214.84º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #061325 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 19 | 37 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.85 |
| HSL | 214.84º | 0.72% | 0.08% | - |
| HSV(B) | 214.84º | 0.84% | 0.15% | - |
| XYZ | 0.64 | 0.64 | 1.84 | - |
| YUV | 17.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 37 | 0.84 | 0.49 | 0 | 0.85 | 214.84 | 0.72 | 0.08 |
| Hex | 6 | 13 | 25 | 54 | 31 | 0 | 55 | D7 | 48 | 8 |
| Octal | 6 | 23 | 45 | 124 | 61 | 0 | 125 | 327 | 110 | 10 |
| Binary | 110 | 10011 | 100101 | 1010100 | 110001 | 0 | 1010101 | 11010111 | 1001000 | 1000 |
Color Harmonies of #061325
Complementary color
Monochromatic Colors of #061325
Black with #061325
Text Example
Text Example
White with #061325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061325; }
p { color: rgb(6,19,37); }
H1.HeaderClassName
{
color: #061325;
}
.AnyTagClassName
{
color: #061325;
}
</style>
background-color css
<style>
a { background-color: #061325; }
a { background-color: rgb(6,19,37); }
div.DivClassName
{
background-color: #061325;
}
.BgClassName
{
background-color: #061325;
}
</style>
border-color css
<style>
span { border-color: #061325; }
span { border-color: rgb(6,19,37); }
td.TdClassName
{
border-color: #061325;
}
.TagClassName
{
border-color: #061325;
}
</style>