Shades of Black Pearl #0D2035
Tints of Black Pearl #0D2035
RGB
CMYK
RGB Variations
Color information
#0D2035 (or 0x0D2035) is known color: Black Pearl. HEX triplet: 0D, 20 and 35. RGB value is (13,32,53). Sum of RGB (Red+Green+Blue) = 13+32+53=98 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.27% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 53 (21.09% from 255 or 54.08% from 98); Max value from RGB is 53 - color contains mainly: blue. Hex color #0D2035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2035 is #F2DFCA. Grayscale: #1C1C1C. Windows color (decimal): -15917003 or 3481613. OLE color: 3481613.
HSL color Cylindrical-coordinate representation of color #0D2035: hue angle of 211.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D2035 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 13 | 32 | 53 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.79 |
| HSL | 211.5º | 0.61% | 0.13% | - |
| HSV(B) | 211.5º | 0.75% | 0.21% | - |
| XYZ | 1.33 | 1.38 | 3.56 | - |
| YUV | 28.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 53 | 0.75 | 0.40 | 0 | 0.79 | 211.5 | 0.61 | 0.13 |
| Hex | D | 20 | 35 | 4B | 28 | 0 | 4F | D4 | 3D | D |
| Octal | 15 | 40 | 65 | 113 | 50 | 0 | 117 | 324 | 75 | 15 |
| Binary | 1101 | 100000 | 110101 | 1001011 | 101000 | 0 | 1001111 | 11010100 | 111101 | 1101 |
Color Harmonies of #0D2035
Complementary color
Monochromatic Colors of #0D2035
Black with #0D2035
Text Example
Text Example
White with #0D2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2035; }
p { color: rgb(13,32,53); }
H1.HeaderClassName
{
color: #0D2035;
}
.AnyTagClassName
{
color: #0D2035;
}
</style>
background-color css
<style>
a { background-color: #0D2035; }
a { background-color: rgb(13,32,53); }
div.DivClassName
{
background-color: #0D2035;
}
.BgClassName
{
background-color: #0D2035;
}
</style>
border-color css
<style>
span { border-color: #0D2035; }
span { border-color: rgb(13,32,53); }
td.TdClassName
{
border-color: #0D2035;
}
.TagClassName
{
border-color: #0D2035;
}
</style>