Shades of Black Pearl #0A2634
Tints of Black Pearl #0A2634
RGB
CMYK
RGB Variations
Color information
#0A2634 (or 0x0A2634) is known color: Black Pearl. HEX triplet: 0A, 26 and 34. RGB value is (10,38,52). Sum of RGB (Red+Green+Blue) = 10+38+52=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 52 (20.70% from 255 or 52% from 100); Max value from RGB is 52 - color contains mainly: blue. Hex color #0A2634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2634 is #F5D9CB. Grayscale: #1F1F1F. Windows color (decimal): -16112076 or 3417610. OLE color: 3417610.
HSL color Cylindrical-coordinate representation of color #0A2634: hue angle of 200º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A2634 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 38 | 52 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.80 |
| HSL | 200º | 0.68% | 0.12% | - |
| HSV(B) | 200º | 0.81% | 0.2% | - |
| XYZ | 1.44 | 1.7 | 3.5 | - |
| YUV | 31.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 38 | 52 | 0.81 | 0.27 | 0 | 0.80 | 200 | 0.68 | 0.12 |
| Hex | A | 26 | 34 | 51 | 1B | 0 | 50 | C8 | 44 | C |
| Octal | 12 | 46 | 64 | 121 | 33 | 0 | 120 | 310 | 104 | 14 |
| Binary | 1010 | 100110 | 110100 | 1010001 | 11011 | 0 | 1010000 | 11001000 | 1000100 | 1100 |
Color Harmonies of #0A2634
Complementary color
Monochromatic Colors of #0A2634
Black with #0A2634
Text Example
Text Example
White with #0A2634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2634; }
p { color: rgb(10,38,52); }
H1.HeaderClassName
{
color: #0A2634;
}
.AnyTagClassName
{
color: #0A2634;
}
</style>
background-color css
<style>
a { background-color: #0A2634; }
a { background-color: rgb(10,38,52); }
div.DivClassName
{
background-color: #0A2634;
}
.BgClassName
{
background-color: #0A2634;
}
</style>
border-color css
<style>
span { border-color: #0A2634; }
span { border-color: rgb(10,38,52); }
td.TdClassName
{
border-color: #0A2634;
}
.TagClassName
{
border-color: #0A2634;
}
</style>