Shades of Black Pearl #031526
Tints of Black Pearl #031526
RGB
CMYK
RGB Variations
Color information
#031526 (or 0x031526) is known color: Black Pearl. HEX triplet: 03, 15 and 26. RGB value is (3,21,38). Sum of RGB (Red+Green+Blue) = 3+21+38=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 38 (15.23% from 255 or 61.29% from 62); Max value from RGB is 38 - color contains mainly: blue. Hex color #031526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031526 is #FCEAD9. Grayscale: #111111. Windows color (decimal): -16575194 or 2495747. OLE color: 2495747.
HSL color Cylindrical-coordinate representation of color #031526: hue angle of 209.14º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #031526 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 21 | 38 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.85 |
| HSL | 209.14º | 0.85% | 0.08% | - |
| HSV(B) | 209.14º | 0.92% | 0.15% | - |
| XYZ | 0.66 | 0.7 | 1.93 | - |
| YUV | 17.56 | 139.54 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 38 | 0.92 | 0.45 | 0 | 0.85 | 209.14 | 0.85 | 0.08 |
| Hex | 3 | 15 | 26 | 5C | 2D | 0 | 55 | D1 | 55 | 8 |
| Octal | 3 | 25 | 46 | 134 | 55 | 0 | 125 | 321 | 125 | 10 |
| Binary | 11 | 10101 | 100110 | 1011100 | 101101 | 0 | 1010101 | 11010001 | 1010101 | 1000 |
Color Harmonies of #031526
Complementary color
Monochromatic Colors of #031526
Black with #031526
Text Example
Text Example
White with #031526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031526; }
p { color: rgb(3,21,38); }
H1.HeaderClassName
{
color: #031526;
}
.AnyTagClassName
{
color: #031526;
}
</style>
background-color css
<style>
a { background-color: #031526; }
a { background-color: rgb(3,21,38); }
div.DivClassName
{
background-color: #031526;
}
.BgClassName
{
background-color: #031526;
}
</style>
border-color css
<style>
span { border-color: #031526; }
span { border-color: rgb(3,21,38); }
td.TdClassName
{
border-color: #031526;
}
.TagClassName
{
border-color: #031526;
}
</style>