Shades of Black Pearl #0D2432
Tints of Black Pearl #0D2432
RGB
CMYK
RGB Variations
Color information
#0D2432 (or 0x0D2432) is known color: Black Pearl. HEX triplet: 0D, 24 and 32. RGB value is (13,36,50). Sum of RGB (Red+Green+Blue) = 13+36+50=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #0D2432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2432 is #F2DBCD. Grayscale: #1E1E1E. Windows color (decimal): -15915982 or 3286029. OLE color: 3286029.
HSL color Cylindrical-coordinate representation of color #0D2432: hue angle of 202.7º 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 #0D2432 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 36 | 50 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.80 |
| HSL | 202.7º | 0.59% | 0.12% | - |
| HSV(B) | 202.7º | 0.74% | 0.2% | - |
| XYZ | 1.37 | 1.58 | 3.25 | - |
| YUV | 30.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 50 | 0.74 | 0.28 | 0 | 0.80 | 202.7 | 0.59 | 0.12 |
| Hex | D | 24 | 32 | 4A | 1C | 0 | 50 | CB | 3B | C |
| Octal | 15 | 44 | 62 | 112 | 34 | 0 | 120 | 313 | 73 | 14 |
| Binary | 1101 | 100100 | 110010 | 1001010 | 11100 | 0 | 1010000 | 11001011 | 111011 | 1100 |
Color Harmonies of #0D2432
Complementary color
Monochromatic Colors of #0D2432
Black with #0D2432
Text Example
Text Example
White with #0D2432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2432; }
p { color: rgb(13,36,50); }
H1.HeaderClassName
{
color: #0D2432;
}
.AnyTagClassName
{
color: #0D2432;
}
</style>
background-color css
<style>
a { background-color: #0D2432; }
a { background-color: rgb(13,36,50); }
div.DivClassName
{
background-color: #0D2432;
}
.BgClassName
{
background-color: #0D2432;
}
</style>
border-color css
<style>
span { border-color: #0D2432; }
span { border-color: rgb(13,36,50); }
td.TdClassName
{
border-color: #0D2432;
}
.TagClassName
{
border-color: #0D2432;
}
</style>