Shades of Black Pearl #0D2A37
Tints of Black Pearl #0D2A37
RGB
CMYK
RGB Variations
Color information
#0D2A37 (or 0x0D2A37) is known color: Black Pearl. HEX triplet: 0D, 2A and 37. RGB value is (13,42,55). Sum of RGB (Red+Green+Blue) = 13+42+55=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #0D2A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2A37 is #F2D5C8. Grayscale: #222222. Windows color (decimal): -15914441 or 3615245. OLE color: 3615245.
HSL color Cylindrical-coordinate representation of color #0D2A37: hue angle of 198.57º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D2A37 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 42 | 55 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.78 |
| HSL | 198.57º | 0.62% | 0.13% | - |
| HSV(B) | 198.57º | 0.76% | 0.22% | - |
| XYZ | 1.68 | 2.02 | 3.92 | - |
| YUV | 34.81 | 139.39 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 42 | 55 | 0.76 | 0.24 | 0 | 0.78 | 198.57 | 0.62 | 0.13 |
| Hex | D | 2A | 37 | 4C | 18 | 0 | 4E | C7 | 3E | D |
| Octal | 15 | 52 | 67 | 114 | 30 | 0 | 116 | 307 | 76 | 15 |
| Binary | 1101 | 101010 | 110111 | 1001100 | 11000 | 0 | 1001110 | 11000111 | 111110 | 1101 |
Color Harmonies of #0D2A37
Complementary color
Monochromatic Colors of #0D2A37
Black with #0D2A37
Text Example
Text Example
White with #0D2A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2A37; }
p { color: rgb(13,42,55); }
H1.HeaderClassName
{
color: #0D2A37;
}
.AnyTagClassName
{
color: #0D2A37;
}
</style>
background-color css
<style>
a { background-color: #0D2A37; }
a { background-color: rgb(13,42,55); }
div.DivClassName
{
background-color: #0D2A37;
}
.BgClassName
{
background-color: #0D2A37;
}
</style>
border-color css
<style>
span { border-color: #0D2A37; }
span { border-color: rgb(13,42,55); }
td.TdClassName
{
border-color: #0D2A37;
}
.TagClassName
{
border-color: #0D2A37;
}
</style>