Shades of Black Pearl #0D232C
Tints of Black Pearl #0D232C
RGB
CMYK
RGB Variations
Color information
#0D232C (or 0x0D232C) is known color: Black Pearl. HEX triplet: 0D, 23 and 2C. RGB value is (13,35,44). Sum of RGB (Red+Green+Blue) = 13+35+44=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #0D232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D232C is #F2DCD3. Grayscale: #1D1D1D. Windows color (decimal): -15916244 or 2892557. OLE color: 2892557.
HSL color Cylindrical-coordinate representation of color #0D232C: hue angle of 197.42º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D232C is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 13 | 35 | 44 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.83 |
| HSL | 197.42º | 0.54% | 0.11% | - |
| HSV(B) | 197.42º | 0.7% | 0.17% | - |
| XYZ | 1.22 | 1.47 | 2.6 | - |
| YUV | 29.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 44 | 0.70 | 0.20 | 0 | 0.83 | 197.42 | 0.54 | 0.11 |
| Hex | D | 23 | 2C | 46 | 14 | 0 | 53 | C5 | 36 | B |
| Octal | 15 | 43 | 54 | 106 | 24 | 0 | 123 | 305 | 66 | 13 |
| Binary | 1101 | 100011 | 101100 | 1000110 | 10100 | 0 | 1010011 | 11000101 | 110110 | 1011 |
Color Harmonies of #0D232C
Complementary color
Monochromatic Colors of #0D232C
Black with #0D232C
Text Example
Text Example
White with #0D232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D232C; }
p { color: rgb(13,35,44); }
H1.HeaderClassName
{
color: #0D232C;
}
.AnyTagClassName
{
color: #0D232C;
}
</style>
background-color css
<style>
a { background-color: #0D232C; }
a { background-color: rgb(13,35,44); }
div.DivClassName
{
background-color: #0D232C;
}
.BgClassName
{
background-color: #0D232C;
}
</style>
border-color css
<style>
span { border-color: #0D232C; }
span { border-color: rgb(13,35,44); }
td.TdClassName
{
border-color: #0D232C;
}
.TagClassName
{
border-color: #0D232C;
}
</style>