Shades of Black Pearl #0D1B25
Tints of Black Pearl #0D1B25
RGB
CMYK
RGB Variations
Color information
#0D1B25 (or 0x0D1B25) is known color: Black Pearl. HEX triplet: 0D, 1B and 25. RGB value is (13,27,37). Sum of RGB (Red+Green+Blue) = 13+27+37=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D1B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1B25 is #F2E4DA. Grayscale: #171717. Windows color (decimal): -15918299 or 2431757. OLE color: 2431757.
HSL color Cylindrical-coordinate representation of color #0D1B25: hue angle of 205º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D1B25 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 27 | 37 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.85 |
| HSL | 205º | 0.48% | 0.1% | - |
| HSV(B) | 205º | 0.65% | 0.15% | - |
| XYZ | 0.89 | 1 | 1.9 | - |
| YUV | 23.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 37 | 0.65 | 0.27 | 0 | 0.85 | 205 | 0.48 | 0.1 |
| Hex | D | 1B | 25 | 41 | 1B | 0 | 55 | CD | 30 | A |
| Octal | 15 | 33 | 45 | 101 | 33 | 0 | 125 | 315 | 60 | 12 |
| Binary | 1101 | 11011 | 100101 | 1000001 | 11011 | 0 | 1010101 | 11001101 | 110000 | 1010 |
Color Harmonies of #0D1B25
Complementary color
Monochromatic Colors of #0D1B25
Black with #0D1B25
Text Example
Text Example
White with #0D1B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1B25; }
p { color: rgb(13,27,37); }
H1.HeaderClassName
{
color: #0D1B25;
}
.AnyTagClassName
{
color: #0D1B25;
}
</style>
background-color css
<style>
a { background-color: #0D1B25; }
a { background-color: rgb(13,27,37); }
div.DivClassName
{
background-color: #0D1B25;
}
.BgClassName
{
background-color: #0D1B25;
}
</style>
border-color css
<style>
span { border-color: #0D1B25; }
span { border-color: rgb(13,27,37); }
td.TdClassName
{
border-color: #0D1B25;
}
.TagClassName
{
border-color: #0D1B25;
}
</style>