Shades of Black Pearl #0D2A35
Tints of Black Pearl #0D2A35
RGB
CMYK
RGB Variations
Color information
#0D2A35 (or 0x0D2A35) is known color: Black Pearl. HEX triplet: 0D, 2A and 35. RGB value is (13,42,53). Sum of RGB (Red+Green+Blue) = 13+42+53=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: blue. Hex color #0D2A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2A35 is #F2D5CA. Grayscale: #222222. Windows color (decimal): -15914443 or 3484173. OLE color: 3484173.
HSL color Cylindrical-coordinate representation of color #0D2A35: hue angle of 196.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 #0D2A35 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 13 | 42 | 53 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.79 |
| HSL | 196.5º | 0.61% | 0.13% | - |
| HSV(B) | 196.5º | 0.75% | 0.21% | - |
| XYZ | 1.64 | 2 | 3.67 | - |
| YUV | 34.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 42 | 53 | 0.75 | 0.21 | 0 | 0.79 | 196.5 | 0.61 | 0.13 |
| Hex | D | 2A | 35 | 4B | 15 | 0 | 4F | C4 | 3D | D |
| Octal | 15 | 52 | 65 | 113 | 25 | 0 | 117 | 304 | 75 | 15 |
| Binary | 1101 | 101010 | 110101 | 1001011 | 10101 | 0 | 1001111 | 11000100 | 111101 | 1101 |
Color Harmonies of #0D2A35
Complementary color
Monochromatic Colors of #0D2A35
Black with #0D2A35
Text Example
Text Example
White with #0D2A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2A35; }
p { color: rgb(13,42,53); }
H1.HeaderClassName
{
color: #0D2A35;
}
.AnyTagClassName
{
color: #0D2A35;
}
</style>
background-color css
<style>
a { background-color: #0D2A35; }
a { background-color: rgb(13,42,53); }
div.DivClassName
{
background-color: #0D2A35;
}
.BgClassName
{
background-color: #0D2A35;
}
</style>
border-color css
<style>
span { border-color: #0D2A35; }
span { border-color: rgb(13,42,53); }
td.TdClassName
{
border-color: #0D2A35;
}
.TagClassName
{
border-color: #0D2A35;
}
</style>