Shades of Black Pearl #0D282C
Tints of Black Pearl #0D282C
RGB
CMYK
RGB Variations
Color information
#0D282C (or 0x0D282C) is known color: Black Pearl. HEX triplet: 0D, 28 and 2C. RGB value is (13,40,44). Sum of RGB (Red+Green+Blue) = 13+40+44=97 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.40% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 44 - color contains mainly: blue. Hex color #0D282C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D282C is #F2D7D3. Grayscale: #202020. Windows color (decimal): -15914964 or 2893837. OLE color: 2893837.
HSL color Cylindrical-coordinate representation of color #0D282C: hue angle of 187.74º 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 #0D282C is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 13 | 40 | 44 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.83 |
| HSL | 187.74º | 0.54% | 0.11% | - |
| HSV(B) | 187.74º | 0.7% | 0.17% | - |
| XYZ | 1.38 | 1.78 | 2.65 | - |
| YUV | 32.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 44 | 0.70 | 0.09 | 0 | 0.83 | 187.74 | 0.54 | 0.11 |
| Hex | D | 28 | 2C | 46 | 9 | 0 | 53 | BC | 36 | B |
| Octal | 15 | 50 | 54 | 106 | 11 | 0 | 123 | 274 | 66 | 13 |
| Binary | 1101 | 101000 | 101100 | 1000110 | 1001 | 0 | 1010011 | 10111100 | 110110 | 1011 |
Color Harmonies of #0D282C
Complementary color
Monochromatic Colors of #0D282C
Black with #0D282C
Text Example
Text Example
White with #0D282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D282C; }
p { color: rgb(13,40,44); }
H1.HeaderClassName
{
color: #0D282C;
}
.AnyTagClassName
{
color: #0D282C;
}
</style>
background-color css
<style>
a { background-color: #0D282C; }
a { background-color: rgb(13,40,44); }
div.DivClassName
{
background-color: #0D282C;
}
.BgClassName
{
background-color: #0D282C;
}
</style>
border-color css
<style>
span { border-color: #0D282C; }
span { border-color: rgb(13,40,44); }
td.TdClassName
{
border-color: #0D282C;
}
.TagClassName
{
border-color: #0D282C;
}
</style>