Shades of Black Pearl #0A252F
Tints of Black Pearl #0A252F
RGB
CMYK
RGB Variations
Color information
#0A252F (or 0x0A252F) is known color: Black Pearl. HEX triplet: 0A, 25 and 2F. RGB value is (10,37,47). Sum of RGB (Red+Green+Blue) = 10+37+47=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A252F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A252F is #F5DAD0. Grayscale: #1E1E1E. Windows color (decimal): -16112337 or 3089674. OLE color: 3089674.
HSL color Cylindrical-coordinate representation of color #0A252F: hue angle of 196.22º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A252F is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 37 | 47 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.82 |
| HSL | 196.22º | 0.65% | 0.11% | - |
| HSV(B) | 196.22º | 0.79% | 0.18% | - |
| XYZ | 1.3 | 1.59 | 2.93 | - |
| YUV | 30.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 37 | 47 | 0.79 | 0.21 | 0 | 0.82 | 196.22 | 0.65 | 0.11 |
| Hex | A | 25 | 2F | 4F | 15 | 0 | 52 | C4 | 41 | B |
| Octal | 12 | 45 | 57 | 117 | 25 | 0 | 122 | 304 | 101 | 13 |
| Binary | 1010 | 100101 | 101111 | 1001111 | 10101 | 0 | 1010010 | 11000100 | 1000001 | 1011 |
Color Harmonies of #0A252F
Complementary color
Monochromatic Colors of #0A252F
Black with #0A252F
Text Example
Text Example
White with #0A252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A252F; }
p { color: rgb(10,37,47); }
H1.HeaderClassName
{
color: #0A252F;
}
.AnyTagClassName
{
color: #0A252F;
}
</style>
background-color css
<style>
a { background-color: #0A252F; }
a { background-color: rgb(10,37,47); }
div.DivClassName
{
background-color: #0A252F;
}
.BgClassName
{
background-color: #0A252F;
}
</style>
border-color css
<style>
span { border-color: #0A252F; }
span { border-color: rgb(10,37,47); }
td.TdClassName
{
border-color: #0A252F;
}
.TagClassName
{
border-color: #0A252F;
}
</style>