Shades of Black Pearl #0A1E35
Tints of Black Pearl #0A1E35
RGB
CMYK
RGB Variations
Color information
#0A1E35 (or 0x0A1E35) is known color: Black Pearl. HEX triplet: 0A, 1E and 35. RGB value is (10,30,53). Sum of RGB (Red+Green+Blue) = 10+30+53=93 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.75% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 53 (21.09% from 255 or 56.99% from 93); Max value from RGB is 53 - color contains mainly: blue. Hex color #0A1E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1E35 is #F5E1CA. Grayscale: #1A1A1A. Windows color (decimal): -16114123 or 3481098. OLE color: 3481098.
HSL color Cylindrical-coordinate representation of color #0A1E35: hue angle of 212.09º 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 #0A1E35 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 30 | 53 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.79 |
| HSL | 212.09º | 0.68% | 0.12% | - |
| HSV(B) | 212.09º | 0.81% | 0.21% | - |
| XYZ | 1.23 | 1.25 | 3.54 | - |
| YUV | 26.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 53 | 0.81 | 0.43 | 0 | 0.79 | 212.09 | 0.68 | 0.12 |
| Hex | A | 1E | 35 | 51 | 2B | 0 | 4F | D4 | 44 | C |
| Octal | 12 | 36 | 65 | 121 | 53 | 0 | 117 | 324 | 104 | 14 |
| Binary | 1010 | 11110 | 110101 | 1010001 | 101011 | 0 | 1001111 | 11010100 | 1000100 | 1100 |
Color Harmonies of #0A1E35
Complementary color
Monochromatic Colors of #0A1E35
Black with #0A1E35
Text Example
Text Example
White with #0A1E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1E35; }
p { color: rgb(10,30,53); }
H1.HeaderClassName
{
color: #0A1E35;
}
.AnyTagClassName
{
color: #0A1E35;
}
</style>
background-color css
<style>
a { background-color: #0A1E35; }
a { background-color: rgb(10,30,53); }
div.DivClassName
{
background-color: #0A1E35;
}
.BgClassName
{
background-color: #0A1E35;
}
</style>
border-color css
<style>
span { border-color: #0A1E35; }
span { border-color: rgb(10,30,53); }
td.TdClassName
{
border-color: #0A1E35;
}
.TagClassName
{
border-color: #0A1E35;
}
</style>