Shades of Black Pearl #010E25
Tints of Black Pearl #010E25
RGB
CMYK
RGB Variations
Color information
#010E25 (or 0x010E25) is known color: Black Pearl. HEX triplet: 01, 0E and 25. RGB value is (1,14,37). Sum of RGB (Red+Green+Blue) = 1+14+37=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 37 (14.84% from 255 or 71.15% from 52); Max value from RGB is 37 - color contains mainly: blue. Hex color #010E25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E25 is #FEF1DA. Grayscale: #0C0C0C. Windows color (decimal): -16708059 or 2428417. OLE color: 2428417.
HSL color Cylindrical-coordinate representation of color #010E25: hue angle of 218.33º 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 #010E25 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 14 | 37 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.85 |
| HSL | 218.33º | 0.95% | 0.07% | - |
| HSV(B) | 218.33º | 0.97% | 0.15% | - |
| XYZ | 0.5 | 0.45 | 1.81 | - |
| YUV | 12.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 37 | 0.97 | 0.62 | 0 | 0.85 | 218.33 | 0.95 | 0.07 |
| Hex | 1 | E | 25 | 61 | 3E | 0 | 55 | DA | 5F | 7 |
| Octal | 1 | 16 | 45 | 141 | 76 | 0 | 125 | 332 | 137 | 7 |
| Binary | 1 | 1110 | 100101 | 1100001 | 111110 | 0 | 1010101 | 11011010 | 1011111 | 111 |
Color Harmonies of #010E25
Complementary color
Monochromatic Colors of #010E25
Black with #010E25
Text Example
Text Example
White with #010E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E25; }
p { color: rgb(1,14,37); }
H1.HeaderClassName
{
color: #010E25;
}
.AnyTagClassName
{
color: #010E25;
}
</style>
background-color css
<style>
a { background-color: #010E25; }
a { background-color: rgb(1,14,37); }
div.DivClassName
{
background-color: #010E25;
}
.BgClassName
{
background-color: #010E25;
}
</style>
border-color css
<style>
span { border-color: #010E25; }
span { border-color: rgb(1,14,37); }
td.TdClassName
{
border-color: #010E25;
}
.TagClassName
{
border-color: #010E25;
}
</style>