Shades of Black Pearl #031323
Tints of Black Pearl #031323
RGB
CMYK
RGB Variations
Color information
#031323 (or 0x031323) is known color: Black Pearl. HEX triplet: 03, 13 and 23. RGB value is (3,19,35). Sum of RGB (Red+Green+Blue) = 3+19+35=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 35 (14.06% from 255 or 61.40% from 57); Max value from RGB is 35 - color contains mainly: blue. Hex color #031323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031323 is #FCECDC. Grayscale: #0F0F0F. Windows color (decimal): -16575709 or 2298627. OLE color: 2298627.
HSL color Cylindrical-coordinate representation of color #031323: hue angle of 210º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #031323 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 19 | 35 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.86 |
| HSL | 210º | 0.84% | 0.07% | - |
| HSV(B) | 210º | 0.91% | 0.14% | - |
| XYZ | 0.57 | 0.61 | 1.68 | - |
| YUV | 16.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 35 | 0.91 | 0.46 | 0 | 0.86 | 210 | 0.84 | 0.07 |
| Hex | 3 | 13 | 23 | 5B | 2E | 0 | 56 | D2 | 54 | 7 |
| Octal | 3 | 23 | 43 | 133 | 56 | 0 | 126 | 322 | 124 | 7 |
| Binary | 11 | 10011 | 100011 | 1011011 | 101110 | 0 | 1010110 | 11010010 | 1010100 | 111 |
Color Harmonies of #031323
Complementary color
Monochromatic Colors of #031323
Black with #031323
Text Example
Text Example
White with #031323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031323; }
p { color: rgb(3,19,35); }
H1.HeaderClassName
{
color: #031323;
}
.AnyTagClassName
{
color: #031323;
}
</style>
background-color css
<style>
a { background-color: #031323; }
a { background-color: rgb(3,19,35); }
div.DivClassName
{
background-color: #031323;
}
.BgClassName
{
background-color: #031323;
}
</style>
border-color css
<style>
span { border-color: #031323; }
span { border-color: rgb(3,19,35); }
td.TdClassName
{
border-color: #031323;
}
.TagClassName
{
border-color: #031323;
}
</style>