Shades of Black Pearl #001825
Tints of Black Pearl #001825
RGB
CMYK
RGB Variations
Color information
#001825 (or 0x001825) is known color: Black Pearl. HEX triplet: 00, 18 and 25. RGB value is (0,24,37). Sum of RGB (Red+Green+Blue) = 0+24+37=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #001825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001825 is #FFE7DA. Grayscale: #121212. Windows color (decimal): -16771035 or 2430976. OLE color: 2430976.
HSL color Cylindrical-coordinate representation of color #001825: hue angle of 201.08º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001825 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 24 | 37 | - |
| CMYK | 1 | 0.35 | 0 | 0.85 |
| HSL | 201.08º | 1% | 0.07% | - |
| HSV(B) | 201.08º | 1% | 0.15% | - |
| XYZ | 0.66 | 0.79 | 1.87 | - |
| YUV | 18.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 37 | 1 | 0.35 | 0 | 0.85 | 201.08 | 1 | 0.07 |
| Hex | 0 | 18 | 25 | 64 | 23 | 0 | 55 | C9 | 64 | 7 |
| Octal | 0 | 30 | 45 | 144 | 43 | 0 | 125 | 311 | 144 | 7 |
| Binary | 0 | 11000 | 100101 | 1100100 | 100011 | 0 | 1010101 | 11001001 | 1100100 | 111 |
Color Harmonies of #001825
Complementary color
Monochromatic Colors of #001825
Black with #001825
Text Example
Text Example
White with #001825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001825; }
p { color: rgb(0,24,37); }
H1.HeaderClassName
{
color: #001825;
}
.AnyTagClassName
{
color: #001825;
}
</style>
background-color css
<style>
a { background-color: #001825; }
a { background-color: rgb(0,24,37); }
div.DivClassName
{
background-color: #001825;
}
.BgClassName
{
background-color: #001825;
}
</style>
border-color css
<style>
span { border-color: #001825; }
span { border-color: rgb(0,24,37); }
td.TdClassName
{
border-color: #001825;
}
.TagClassName
{
border-color: #001825;
}
</style>