Shades of Black Pearl #0D2832
Tints of Black Pearl #0D2832
RGB
CMYK
RGB Variations
Color information
#0D2832 (or 0x0D2832) is known color: Black Pearl. HEX triplet: 0D, 28 and 32. RGB value is (13,40,50). Sum of RGB (Red+Green+Blue) = 13+40+50=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #0D2832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2832 is #F2D7CD. Grayscale: #212121. Windows color (decimal): -15914958 or 3287053. OLE color: 3287053.
HSL color Cylindrical-coordinate representation of color #0D2832: hue angle of 196.22º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D2832 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 40 | 50 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.80 |
| HSL | 196.22º | 0.59% | 0.12% | - |
| HSV(B) | 196.22º | 0.74% | 0.2% | - |
| XYZ | 1.5 | 1.83 | 3.29 | - |
| YUV | 33.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 50 | 0.74 | 0.20 | 0 | 0.80 | 196.22 | 0.59 | 0.12 |
| Hex | D | 28 | 32 | 4A | 14 | 0 | 50 | C4 | 3B | C |
| Octal | 15 | 50 | 62 | 112 | 24 | 0 | 120 | 304 | 73 | 14 |
| Binary | 1101 | 101000 | 110010 | 1001010 | 10100 | 0 | 1010000 | 11000100 | 111011 | 1100 |
Color Harmonies of #0D2832
Complementary color
Monochromatic Colors of #0D2832
Black with #0D2832
Text Example
Text Example
White with #0D2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2832; }
p { color: rgb(13,40,50); }
H1.HeaderClassName
{
color: #0D2832;
}
.AnyTagClassName
{
color: #0D2832;
}
</style>
background-color css
<style>
a { background-color: #0D2832; }
a { background-color: rgb(13,40,50); }
div.DivClassName
{
background-color: #0D2832;
}
.BgClassName
{
background-color: #0D2832;
}
</style>
border-color css
<style>
span { border-color: #0D2832; }
span { border-color: rgb(13,40,50); }
td.TdClassName
{
border-color: #0D2832;
}
.TagClassName
{
border-color: #0D2832;
}
</style>