Shades of Black Pearl #0A1E25
Tints of Black Pearl #0A1E25
RGB
CMYK
RGB Variations
Color information
#0A1E25 (or 0x0A1E25) is known color: Black Pearl. HEX triplet: 0A, 1E and 25. RGB value is (10,30,37). Sum of RGB (Red+Green+Blue) = 10+30+37=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A1E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1E25 is #F5E1DA. Grayscale: #181818. Windows color (decimal): -16114139 or 2432522. OLE color: 2432522.
HSL color Cylindrical-coordinate representation of color #0A1E25: hue angle of 195.56º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A1E25 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 30 | 37 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.85 |
| HSL | 195.56º | 0.57% | 0.09% | - |
| HSV(B) | 195.56º | 0.73% | 0.15% | - |
| XYZ | 0.92 | 1.13 | 1.92 | - |
| YUV | 24.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 37 | 0.73 | 0.19 | 0 | 0.85 | 195.56 | 0.57 | 0.09 |
| Hex | A | 1E | 25 | 49 | 13 | 0 | 55 | C4 | 39 | 9 |
| Octal | 12 | 36 | 45 | 111 | 23 | 0 | 125 | 304 | 71 | 11 |
| Binary | 1010 | 11110 | 100101 | 1001001 | 10011 | 0 | 1010101 | 11000100 | 111001 | 1001 |
Color Harmonies of #0A1E25
Complementary color
Monochromatic Colors of #0A1E25
Black with #0A1E25
Text Example
Text Example
White with #0A1E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1E25; }
p { color: rgb(10,30,37); }
H1.HeaderClassName
{
color: #0A1E25;
}
.AnyTagClassName
{
color: #0A1E25;
}
</style>
background-color css
<style>
a { background-color: #0A1E25; }
a { background-color: rgb(10,30,37); }
div.DivClassName
{
background-color: #0A1E25;
}
.BgClassName
{
background-color: #0A1E25;
}
</style>
border-color css
<style>
span { border-color: #0A1E25; }
span { border-color: rgb(10,30,37); }
td.TdClassName
{
border-color: #0A1E25;
}
.TagClassName
{
border-color: #0A1E25;
}
</style>