Shades of Black Pearl #0A1C35
Tints of Black Pearl #0A1C35
RGB
CMYK
RGB Variations
Color information
#0A1C35 (or 0x0A1C35) is known color: Black Pearl. HEX triplet: 0A, 1C and 35. RGB value is (10,28,53). Sum of RGB (Red+Green+Blue) = 10+28+53=91 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.99% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 53 (21.09% from 255 or 58.24% from 91); Max value from RGB is 53 - color contains mainly: blue. Hex color #0A1C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1C35 is #F5E3CA. Grayscale: #191919. Windows color (decimal): -16114635 or 3480586. OLE color: 3480586.
HSL color Cylindrical-coordinate representation of color #0A1C35: hue angle of 214.88º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A1C35 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 28 | 53 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.79 |
| HSL | 214.88º | 0.68% | 0.12% | - |
| HSV(B) | 214.88º | 0.81% | 0.21% | - |
| XYZ | 1.18 | 1.15 | 3.53 | - |
| YUV | 25.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 53 | 0.81 | 0.47 | 0 | 0.79 | 214.88 | 0.68 | 0.12 |
| Hex | A | 1C | 35 | 51 | 2F | 0 | 4F | D7 | 44 | C |
| Octal | 12 | 34 | 65 | 121 | 57 | 0 | 117 | 327 | 104 | 14 |
| Binary | 1010 | 11100 | 110101 | 1010001 | 101111 | 0 | 1001111 | 11010111 | 1000100 | 1100 |
Color Harmonies of #0A1C35
Complementary color
Monochromatic Colors of #0A1C35
Black with #0A1C35
Text Example
Text Example
White with #0A1C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1C35; }
p { color: rgb(10,28,53); }
H1.HeaderClassName
{
color: #0A1C35;
}
.AnyTagClassName
{
color: #0A1C35;
}
</style>
background-color css
<style>
a { background-color: #0A1C35; }
a { background-color: rgb(10,28,53); }
div.DivClassName
{
background-color: #0A1C35;
}
.BgClassName
{
background-color: #0A1C35;
}
</style>
border-color css
<style>
span { border-color: #0A1C35; }
span { border-color: rgb(10,28,53); }
td.TdClassName
{
border-color: #0A1C35;
}
.TagClassName
{
border-color: #0A1C35;
}
</style>