Shades of Black Pearl #03122B
Tints of Black Pearl #03122B
RGB
CMYK
RGB Variations
Color information
#03122B (or 0x03122B) is known color: Black Pearl. HEX triplet: 03, 12 and 2B. RGB value is (3,18,43). Sum of RGB (Red+Green+Blue) = 3+18+43=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 43 (17.19% from 255 or 67.19% from 64); Max value from RGB is 43 - color contains mainly: blue. Hex color #03122B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03122B is #FCEDD4. Grayscale: #101010. Windows color (decimal): -16575957 or 2822659. OLE color: 2822659.
HSL color Cylindrical-coordinate representation of color #03122B: hue angle of 217.5º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03122B is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 18 | 43 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.83 |
| HSL | 217.5º | 0.87% | 0.09% | - |
| HSV(B) | 217.5º | 0.93% | 0.17% | - |
| XYZ | 0.69 | 0.63 | 2.37 | - |
| YUV | 16.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 43 | 0.93 | 0.58 | 0 | 0.83 | 217.5 | 0.87 | 0.09 |
| Hex | 3 | 12 | 2B | 5D | 3A | 0 | 53 | DA | 57 | 9 |
| Octal | 3 | 22 | 53 | 135 | 72 | 0 | 123 | 332 | 127 | 11 |
| Binary | 11 | 10010 | 101011 | 1011101 | 111010 | 0 | 1010011 | 11011010 | 1010111 | 1001 |
Color Harmonies of #03122B
Complementary color
Monochromatic Colors of #03122B
Black with #03122B
Text Example
Text Example
White with #03122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03122B; }
p { color: rgb(3,18,43); }
H1.HeaderClassName
{
color: #03122B;
}
.AnyTagClassName
{
color: #03122B;
}
</style>
background-color css
<style>
a { background-color: #03122B; }
a { background-color: rgb(3,18,43); }
div.DivClassName
{
background-color: #03122B;
}
.BgClassName
{
background-color: #03122B;
}
</style>
border-color css
<style>
span { border-color: #03122B; }
span { border-color: rgb(3,18,43); }
td.TdClassName
{
border-color: #03122B;
}
.TagClassName
{
border-color: #03122B;
}
</style>