Shades of Black Pearl #0D2835
Tints of Black Pearl #0D2835
RGB
CMYK
RGB Variations
Color information
#0D2835 (or 0x0D2835) is known color: Black Pearl. HEX triplet: 0D, 28 and 35. RGB value is (13,40,53). Sum of RGB (Red+Green+Blue) = 13+40+53=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #0D2835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2835 is #F2D7CA. Grayscale: #212121. Windows color (decimal): -15914955 or 3483661. OLE color: 3483661.
HSL color Cylindrical-coordinate representation of color #0D2835: hue angle of 199.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 #0D2835 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 13 | 40 | 53 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.79 |
| HSL | 199.5º | 0.61% | 0.13% | - |
| HSV(B) | 199.5º | 0.75% | 0.21% | - |
| XYZ | 1.57 | 1.86 | 3.64 | - |
| YUV | 33.41 | 139.05 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 53 | 0.75 | 0.25 | 0 | 0.79 | 199.5 | 0.61 | 0.13 |
| Hex | D | 28 | 35 | 4B | 19 | 0 | 4F | C8 | 3D | D |
| Octal | 15 | 50 | 65 | 113 | 31 | 0 | 117 | 310 | 75 | 15 |
| Binary | 1101 | 101000 | 110101 | 1001011 | 11001 | 0 | 1001111 | 11001000 | 111101 | 1101 |
Color Harmonies of #0D2835
Complementary color
Monochromatic Colors of #0D2835
Black with #0D2835
Text Example
Text Example
White with #0D2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2835; }
p { color: rgb(13,40,53); }
H1.HeaderClassName
{
color: #0D2835;
}
.AnyTagClassName
{
color: #0D2835;
}
</style>
background-color css
<style>
a { background-color: #0D2835; }
a { background-color: rgb(13,40,53); }
div.DivClassName
{
background-color: #0D2835;
}
.BgClassName
{
background-color: #0D2835;
}
</style>
border-color css
<style>
span { border-color: #0D2835; }
span { border-color: rgb(13,40,53); }
td.TdClassName
{
border-color: #0D2835;
}
.TagClassName
{
border-color: #0D2835;
}
</style>