Shades of Black Pearl #0D2530
Tints of Black Pearl #0D2530
RGB
CMYK
RGB Variations
Color information
#0D2530 (or 0x0D2530) is known color: Black Pearl. HEX triplet: 0D, 25 and 30. RGB value is (13,37,48). Sum of RGB (Red+Green+Blue) = 13+37+48=98 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.27% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D2530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2530 is #F2DACF. Grayscale: #1F1F1F. Windows color (decimal): -15915728 or 3155213. OLE color: 3155213.
HSL color Cylindrical-coordinate representation of color #0D2530: hue angle of 198.86º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D2530 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 37 | 48 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.81 |
| HSL | 198.86º | 0.57% | 0.12% | - |
| HSV(B) | 198.86º | 0.73% | 0.19% | - |
| XYZ | 1.36 | 1.62 | 3.04 | - |
| YUV | 31.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 48 | 0.73 | 0.23 | 0 | 0.81 | 198.86 | 0.57 | 0.12 |
| Hex | D | 25 | 30 | 49 | 17 | 0 | 51 | C7 | 39 | C |
| Octal | 15 | 45 | 60 | 111 | 27 | 0 | 121 | 307 | 71 | 14 |
| Binary | 1101 | 100101 | 110000 | 1001001 | 10111 | 0 | 1010001 | 11000111 | 111001 | 1100 |
Color Harmonies of #0D2530
Complementary color
Monochromatic Colors of #0D2530
Black with #0D2530
Text Example
Text Example
White with #0D2530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2530; }
p { color: rgb(13,37,48); }
H1.HeaderClassName
{
color: #0D2530;
}
.AnyTagClassName
{
color: #0D2530;
}
</style>
background-color css
<style>
a { background-color: #0D2530; }
a { background-color: rgb(13,37,48); }
div.DivClassName
{
background-color: #0D2530;
}
.BgClassName
{
background-color: #0D2530;
}
</style>
border-color css
<style>
span { border-color: #0D2530; }
span { border-color: rgb(13,37,48); }
td.TdClassName
{
border-color: #0D2530;
}
.TagClassName
{
border-color: #0D2530;
}
</style>