Shades of Black Pearl #061825
Tints of Black Pearl #061825
RGB
CMYK
RGB Variations
Color information
#061825 (or 0x061825) is known color: Black Pearl. HEX triplet: 06, 18 and 25. RGB value is (6,24,37). Sum of RGB (Red+Green+Blue) = 6+24+37=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 37 (14.84% from 255 or 55.22% from 67); Max value from RGB is 37 - color contains mainly: blue. Hex color #061825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061825 is #F9E7DA. Grayscale: #141414. Windows color (decimal): -16377819 or 2430982. OLE color: 2430982.
HSL color Cylindrical-coordinate representation of color #061825: hue angle of 205.16º 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 #061825 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 24 | 37 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.85 |
| HSL | 205.16º | 0.72% | 0.08% | - |
| HSV(B) | 205.16º | 0.84% | 0.15% | - |
| XYZ | 0.74 | 0.83 | 1.87 | - |
| YUV | 20.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 37 | 0.84 | 0.35 | 0 | 0.85 | 205.16 | 0.72 | 0.08 |
| Hex | 6 | 18 | 25 | 54 | 23 | 0 | 55 | CD | 48 | 8 |
| Octal | 6 | 30 | 45 | 124 | 43 | 0 | 125 | 315 | 110 | 10 |
| Binary | 110 | 11000 | 100101 | 1010100 | 100011 | 0 | 1010101 | 11001101 | 1001000 | 1000 |
Color Harmonies of #061825
Complementary color
Monochromatic Colors of #061825
Black with #061825
Text Example
Text Example
White with #061825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061825; }
p { color: rgb(6,24,37); }
H1.HeaderClassName
{
color: #061825;
}
.AnyTagClassName
{
color: #061825;
}
</style>
background-color css
<style>
a { background-color: #061825; }
a { background-color: rgb(6,24,37); }
div.DivClassName
{
background-color: #061825;
}
.BgClassName
{
background-color: #061825;
}
</style>
border-color css
<style>
span { border-color: #061825; }
span { border-color: rgb(6,24,37); }
td.TdClassName
{
border-color: #061825;
}
.TagClassName
{
border-color: #061825;
}
</style>