Shades of Black Pearl #03122A
Tints of Black Pearl #03122A
RGB
CMYK
RGB Variations
Color information
#03122A (or 0x03122A) is known color: Black Pearl. HEX triplet: 03, 12 and 2A. RGB value is (3,18,42). Sum of RGB (Red+Green+Blue) = 3+18+42=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 42 (16.80% from 255 or 66.67% from 63); Max value from RGB is 42 - color contains mainly: blue. Hex color #03122A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03122A is #FCEDD5. Grayscale: #101010. Windows color (decimal): -16575958 or 2757123. OLE color: 2757123.
HSL color Cylindrical-coordinate representation of color #03122A: hue angle of 216.92º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03122A is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 18 | 42 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.84 |
| HSL | 216.92º | 0.87% | 0.09% | - |
| HSV(B) | 216.92º | 0.93% | 0.16% | - |
| XYZ | 0.67 | 0.62 | 2.27 | - |
| YUV | 16.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 42 | 0.93 | 0.57 | 0 | 0.84 | 216.92 | 0.87 | 0.09 |
| Hex | 3 | 12 | 2A | 5D | 39 | 0 | 54 | D9 | 57 | 9 |
| Octal | 3 | 22 | 52 | 135 | 71 | 0 | 124 | 331 | 127 | 11 |
| Binary | 11 | 10010 | 101010 | 1011101 | 111001 | 0 | 1010100 | 11011001 | 1010111 | 1001 |
Color Harmonies of #03122A
Complementary color
Monochromatic Colors of #03122A
Black with #03122A
Text Example
Text Example
White with #03122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03122A; }
p { color: rgb(3,18,42); }
H1.HeaderClassName
{
color: #03122A;
}
.AnyTagClassName
{
color: #03122A;
}
</style>
background-color css
<style>
a { background-color: #03122A; }
a { background-color: rgb(3,18,42); }
div.DivClassName
{
background-color: #03122A;
}
.BgClassName
{
background-color: #03122A;
}
</style>
border-color css
<style>
span { border-color: #03122A; }
span { border-color: rgb(3,18,42); }
td.TdClassName
{
border-color: #03122A;
}
.TagClassName
{
border-color: #03122A;
}
</style>