Shades of Black Pearl #010F25
Tints of Black Pearl #010F25
RGB
CMYK
RGB Variations
Color information
#010F25 (or 0x010F25) is known color: Black Pearl. HEX triplet: 01, 0F and 25. RGB value is (1,15,37). Sum of RGB (Red+Green+Blue) = 1+15+37=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 37 (14.84% from 255 or 69.81% from 53); Max value from RGB is 37 - color contains mainly: blue. Hex color #010F25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F25 is #FEF0DA. Grayscale: #0D0D0D. Windows color (decimal): -16707803 or 2428673. OLE color: 2428673.
HSL color Cylindrical-coordinate representation of color #010F25: hue angle of 216.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010F25 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 15 | 37 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.85 |
| HSL | 216.67º | 0.95% | 0.07% | - |
| HSV(B) | 216.67º | 0.97% | 0.15% | - |
| XYZ | 0.52 | 0.48 | 1.82 | - |
| YUV | 13.32 | 141.36 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 37 | 0.97 | 0.59 | 0 | 0.85 | 216.67 | 0.95 | 0.07 |
| Hex | 1 | F | 25 | 61 | 3B | 0 | 55 | D9 | 5F | 7 |
| Octal | 1 | 17 | 45 | 141 | 73 | 0 | 125 | 331 | 137 | 7 |
| Binary | 1 | 1111 | 100101 | 1100001 | 111011 | 0 | 1010101 | 11011001 | 1011111 | 111 |
Color Harmonies of #010F25
Complementary color
Monochromatic Colors of #010F25
Black with #010F25
Text Example
Text Example
White with #010F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F25; }
p { color: rgb(1,15,37); }
H1.HeaderClassName
{
color: #010F25;
}
.AnyTagClassName
{
color: #010F25;
}
</style>
background-color css
<style>
a { background-color: #010F25; }
a { background-color: rgb(1,15,37); }
div.DivClassName
{
background-color: #010F25;
}
.BgClassName
{
background-color: #010F25;
}
</style>
border-color css
<style>
span { border-color: #010F25; }
span { border-color: rgb(1,15,37); }
td.TdClassName
{
border-color: #010F25;
}
.TagClassName
{
border-color: #010F25;
}
</style>