Shades of Black Pearl #0D2028
Tints of Black Pearl #0D2028
RGB
CMYK
RGB Variations
Color information
#0D2028 (or 0x0D2028) is known color: Black Pearl. HEX triplet: 0D, 20 and 28. RGB value is (13,32,40). Sum of RGB (Red+Green+Blue) = 13+32+40=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 40 - color contains mainly: blue. Hex color #0D2028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2028 is #F2DFD7. Grayscale: #1B1B1B. Windows color (decimal): -15917016 or 2629645. OLE color: 2629645.
HSL color Cylindrical-coordinate representation of color #0D2028: hue angle of 197.78º 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 #0D2028 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 32 | 40 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.84 |
| HSL | 197.78º | 0.51% | 0.1% | - |
| HSV(B) | 197.78º | 0.68% | 0.16% | - |
| XYZ | 1.07 | 1.27 | 2.2 | - |
| YUV | 27.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 40 | 0.67 | 0.20 | 0 | 0.84 | 197.78 | 0.51 | 0.1 |
| Hex | D | 20 | 28 | 43 | 14 | 0 | 54 | C6 | 33 | A |
| Octal | 15 | 40 | 50 | 103 | 24 | 0 | 124 | 306 | 63 | 12 |
| Binary | 1101 | 100000 | 101000 | 1000011 | 10100 | 0 | 1010100 | 11000110 | 110011 | 1010 |
Color Harmonies of #0D2028
Complementary color
Monochromatic Colors of #0D2028
Black with #0D2028
Text Example
Text Example
White with #0D2028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2028; }
p { color: rgb(13,32,40); }
H1.HeaderClassName
{
color: #0D2028;
}
.AnyTagClassName
{
color: #0D2028;
}
</style>
background-color css
<style>
a { background-color: #0D2028; }
a { background-color: rgb(13,32,40); }
div.DivClassName
{
background-color: #0D2028;
}
.BgClassName
{
background-color: #0D2028;
}
</style>
border-color css
<style>
span { border-color: #0D2028; }
span { border-color: rgb(13,32,40); }
td.TdClassName
{
border-color: #0D2028;
}
.TagClassName
{
border-color: #0D2028;
}
</style>