Shades of Black Pearl #0D222E
Tints of Black Pearl #0D222E
RGB
CMYK
RGB Variations
Color information
#0D222E (or 0x0D222E) is known color: Black Pearl. HEX triplet: 0D, 22 and 2E. RGB value is (13,34,46). Sum of RGB (Red+Green+Blue) = 13+34+46=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: blue. Hex color #0D222E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D222E is #F2DDD1. Grayscale: #1D1D1D. Windows color (decimal): -15916498 or 3023373. OLE color: 3023373.
HSL color Cylindrical-coordinate representation of color #0D222E: hue angle of 201.82º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D222E is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 34 | 46 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.82 |
| HSL | 201.82º | 0.56% | 0.12% | - |
| HSV(B) | 201.82º | 0.72% | 0.18% | - |
| XYZ | 1.23 | 1.43 | 2.8 | - |
| YUV | 29.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 34 | 46 | 0.72 | 0.26 | 0 | 0.82 | 201.82 | 0.56 | 0.12 |
| Hex | D | 22 | 2E | 48 | 1A | 0 | 52 | CA | 38 | C |
| Octal | 15 | 42 | 56 | 110 | 32 | 0 | 122 | 312 | 70 | 14 |
| Binary | 1101 | 100010 | 101110 | 1001000 | 11010 | 0 | 1010010 | 11001010 | 111000 | 1100 |
Color Harmonies of #0D222E
Complementary color
Monochromatic Colors of #0D222E
Black with #0D222E
Text Example
Text Example
White with #0D222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D222E; }
p { color: rgb(13,34,46); }
H1.HeaderClassName
{
color: #0D222E;
}
.AnyTagClassName
{
color: #0D222E;
}
</style>
background-color css
<style>
a { background-color: #0D222E; }
a { background-color: rgb(13,34,46); }
div.DivClassName
{
background-color: #0D222E;
}
.BgClassName
{
background-color: #0D222E;
}
</style>
border-color css
<style>
span { border-color: #0D222E; }
span { border-color: rgb(13,34,46); }
td.TdClassName
{
border-color: #0D222E;
}
.TagClassName
{
border-color: #0D222E;
}
</style>