Shades of Black Pearl #0D242E
Tints of Black Pearl #0D242E
RGB
CMYK
RGB Variations
Color information
#0D242E (or 0x0D242E) is known color: Black Pearl. HEX triplet: 0D, 24 and 2E. RGB value is (13,36,46). Sum of RGB (Red+Green+Blue) = 13+36+46=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #0D242E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D242E is #F2DBD1. Grayscale: #1E1E1E. Windows color (decimal): -15915986 or 3023885. OLE color: 3023885.
HSL color Cylindrical-coordinate representation of color #0D242E: hue angle of 198.18º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D242E is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 36 | 46 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.82 |
| HSL | 198.18º | 0.56% | 0.12% | - |
| HSV(B) | 198.18º | 0.72% | 0.18% | - |
| XYZ | 1.29 | 1.54 | 2.81 | - |
| YUV | 30.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 46 | 0.72 | 0.22 | 0 | 0.82 | 198.18 | 0.56 | 0.12 |
| Hex | D | 24 | 2E | 48 | 16 | 0 | 52 | C6 | 38 | C |
| Octal | 15 | 44 | 56 | 110 | 26 | 0 | 122 | 306 | 70 | 14 |
| Binary | 1101 | 100100 | 101110 | 1001000 | 10110 | 0 | 1010010 | 11000110 | 111000 | 1100 |
Color Harmonies of #0D242E
Complementary color
Monochromatic Colors of #0D242E
Black with #0D242E
Text Example
Text Example
White with #0D242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D242E; }
p { color: rgb(13,36,46); }
H1.HeaderClassName
{
color: #0D242E;
}
.AnyTagClassName
{
color: #0D242E;
}
</style>
background-color css
<style>
a { background-color: #0D242E; }
a { background-color: rgb(13,36,46); }
div.DivClassName
{
background-color: #0D242E;
}
.BgClassName
{
background-color: #0D242E;
}
</style>
border-color css
<style>
span { border-color: #0D242E; }
span { border-color: rgb(13,36,46); }
td.TdClassName
{
border-color: #0D242E;
}
.TagClassName
{
border-color: #0D242E;
}
</style>