Shades of Black Pearl #0A232B
Tints of Black Pearl #0A232B
RGB
CMYK
RGB Variations
Color information
#0A232B (or 0x0A232B) is known color: Black Pearl. HEX triplet: 0A, 23 and 2B. RGB value is (10,35,43). Sum of RGB (Red+Green+Blue) = 10+35+43=88 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.36% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #0A232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A232B is #F5DCD4. Grayscale: #1C1C1C. Windows color (decimal): -16112853 or 2827018. OLE color: 2827018.
HSL color Cylindrical-coordinate representation of color #0A232B: hue angle of 194.55º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A232B is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 10 | 35 | 43 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.83 |
| HSL | 194.55º | 0.62% | 0.1% | - |
| HSV(B) | 194.55º | 0.77% | 0.17% | - |
| XYZ | 1.16 | 1.44 | 2.5 | - |
| YUV | 28.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 35 | 43 | 0.77 | 0.19 | 0 | 0.83 | 194.55 | 0.62 | 0.1 |
| Hex | A | 23 | 2B | 4D | 13 | 0 | 53 | C3 | 3E | A |
| Octal | 12 | 43 | 53 | 115 | 23 | 0 | 123 | 303 | 76 | 12 |
| Binary | 1010 | 100011 | 101011 | 1001101 | 10011 | 0 | 1010011 | 11000011 | 111110 | 1010 |
Color Harmonies of #0A232B
Complementary color
Monochromatic Colors of #0A232B
Black with #0A232B
Text Example
Text Example
White with #0A232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A232B; }
p { color: rgb(10,35,43); }
H1.HeaderClassName
{
color: #0A232B;
}
.AnyTagClassName
{
color: #0A232B;
}
</style>
background-color css
<style>
a { background-color: #0A232B; }
a { background-color: rgb(10,35,43); }
div.DivClassName
{
background-color: #0A232B;
}
.BgClassName
{
background-color: #0A232B;
}
</style>
border-color css
<style>
span { border-color: #0A232B; }
span { border-color: rgb(10,35,43); }
td.TdClassName
{
border-color: #0A232B;
}
.TagClassName
{
border-color: #0A232B;
}
</style>