Shades of Black Pearl #0D252B
Tints of Black Pearl #0D252B
RGB
CMYK
RGB Variations
Color information
#0D252B (or 0x0D252B) is known color: Black Pearl. HEX triplet: 0D, 25 and 2B. RGB value is (13,37,43). Sum of RGB (Red+Green+Blue) = 13+37+43=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 43 - color contains mainly: blue. Hex color #0D252B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D252B is #F2DAD4. Grayscale: #1E1E1E. Windows color (decimal): -15915733 or 2827533. OLE color: 2827533.
HSL color Cylindrical-coordinate representation of color #0D252B: hue angle of 192º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D252B is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 13 | 37 | 43 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.83 |
| HSL | 192º | 0.54% | 0.11% | - |
| HSV(B) | 192º | 0.7% | 0.17% | - |
| XYZ | 1.26 | 1.58 | 2.52 | - |
| YUV | 30.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 43 | 0.70 | 0.14 | 0 | 0.83 | 192 | 0.54 | 0.11 |
| Hex | D | 25 | 2B | 46 | E | 0 | 53 | C0 | 36 | B |
| Octal | 15 | 45 | 53 | 106 | 16 | 0 | 123 | 300 | 66 | 13 |
| Binary | 1101 | 100101 | 101011 | 1000110 | 1110 | 0 | 1010011 | 11000000 | 110110 | 1011 |
Color Harmonies of #0D252B
Complementary color
Monochromatic Colors of #0D252B
Black with #0D252B
Text Example
Text Example
White with #0D252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D252B; }
p { color: rgb(13,37,43); }
H1.HeaderClassName
{
color: #0D252B;
}
.AnyTagClassName
{
color: #0D252B;
}
</style>
background-color css
<style>
a { background-color: #0D252B; }
a { background-color: rgb(13,37,43); }
div.DivClassName
{
background-color: #0D252B;
}
.BgClassName
{
background-color: #0D252B;
}
</style>
border-color css
<style>
span { border-color: #0D252B; }
span { border-color: rgb(13,37,43); }
td.TdClassName
{
border-color: #0D252B;
}
.TagClassName
{
border-color: #0D252B;
}
</style>