Shades of Black Pearl #0A282D
Tints of Black Pearl #0A282D
RGB
CMYK
RGB Variations
Color information
#0A282D (or 0x0A282D) is known color: Black Pearl. HEX triplet: 0A, 28 and 2D. RGB value is (10,40,45). Sum of RGB (Red+Green+Blue) = 10+40+45=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 45 - color contains mainly: blue. Hex color #0A282D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A282D is #F5D7D2. Grayscale: #1F1F1F. Windows color (decimal): -16111571 or 2959370. OLE color: 2959370.
HSL color Cylindrical-coordinate representation of color #0A282D: hue angle of 188.57º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0A282D is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 40 | 45 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.82 |
| HSL | 188.57º | 0.64% | 0.11% | - |
| HSV(B) | 188.57º | 0.78% | 0.18% | - |
| XYZ | 1.36 | 1.77 | 2.75 | - |
| YUV | 31.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 40 | 45 | 0.78 | 0.11 | 0 | 0.82 | 188.57 | 0.64 | 0.11 |
| Hex | A | 28 | 2D | 4E | B | 0 | 52 | BD | 40 | B |
| Octal | 12 | 50 | 55 | 116 | 13 | 0 | 122 | 275 | 100 | 13 |
| Binary | 1010 | 101000 | 101101 | 1001110 | 1011 | 0 | 1010010 | 10111101 | 1000000 | 1011 |
Color Harmonies of #0A282D
Complementary color
Monochromatic Colors of #0A282D
Black with #0A282D
Text Example
Text Example
White with #0A282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A282D; }
p { color: rgb(10,40,45); }
H1.HeaderClassName
{
color: #0A282D;
}
.AnyTagClassName
{
color: #0A282D;
}
</style>
background-color css
<style>
a { background-color: #0A282D; }
a { background-color: rgb(10,40,45); }
div.DivClassName
{
background-color: #0A282D;
}
.BgClassName
{
background-color: #0A282D;
}
</style>
border-color css
<style>
span { border-color: #0A282D; }
span { border-color: rgb(10,40,45); }
td.TdClassName
{
border-color: #0A282D;
}
.TagClassName
{
border-color: #0A282D;
}
</style>