Shades of Black Pearl #0D2128
Tints of Black Pearl #0D2128
RGB
CMYK
RGB Variations
Color information
#0D2128 (or 0x0D2128) is known color: Black Pearl. HEX triplet: 0D, 21 and 28. RGB value is (13,33,40). Sum of RGB (Red+Green+Blue) = 13+33+40=86 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.12% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 40 - color contains mainly: blue. Hex color #0D2128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2128 is #F2DED7. Grayscale: #1B1B1B. Windows color (decimal): -15916760 or 2629901. OLE color: 2629901.
HSL color Cylindrical-coordinate representation of color #0D2128: hue angle of 195.56º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D2128 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 33 | 40 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.84 |
| HSL | 195.56º | 0.51% | 0.1% | - |
| HSV(B) | 195.56º | 0.68% | 0.16% | - |
| XYZ | 1.09 | 1.33 | 2.21 | - |
| YUV | 27.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 40 | 0.67 | 0.17 | 0 | 0.84 | 195.56 | 0.51 | 0.1 |
| Hex | D | 21 | 28 | 43 | 11 | 0 | 54 | C4 | 33 | A |
| Octal | 15 | 41 | 50 | 103 | 21 | 0 | 124 | 304 | 63 | 12 |
| Binary | 1101 | 100001 | 101000 | 1000011 | 10001 | 0 | 1010100 | 11000100 | 110011 | 1010 |
Color Harmonies of #0D2128
Complementary color
Monochromatic Colors of #0D2128
Black with #0D2128
Text Example
Text Example
White with #0D2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2128; }
p { color: rgb(13,33,40); }
H1.HeaderClassName
{
color: #0D2128;
}
.AnyTagClassName
{
color: #0D2128;
}
</style>
background-color css
<style>
a { background-color: #0D2128; }
a { background-color: rgb(13,33,40); }
div.DivClassName
{
background-color: #0D2128;
}
.BgClassName
{
background-color: #0D2128;
}
</style>
border-color css
<style>
span { border-color: #0D2128; }
span { border-color: rgb(13,33,40); }
td.TdClassName
{
border-color: #0D2128;
}
.TagClassName
{
border-color: #0D2128;
}
</style>