Shades of Black Pearl #03121C
Tints of Black Pearl #03121C
RGB
CMYK
RGB Variations
Color information
#03121C (or 0x03121C) is known color: Black Pearl. HEX triplet: 03, 12 and 1C. RGB value is (3,18,28). Sum of RGB (Red+Green+Blue) = 3+18+28=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #03121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03121C is #FCEDE3. Grayscale: #0E0E0E. Windows color (decimal): -16575972 or 1839619. OLE color: 1839619.
HSL color Cylindrical-coordinate representation of color #03121C: hue angle of 204º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #03121C is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 18 | 28 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.89 |
| HSL | 204º | 0.81% | 0.06% | - |
| HSV(B) | 204º | 0.89% | 0.11% | - |
| XYZ | 0.46 | 0.54 | 1.18 | - |
| YUV | 14.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 28 | 0.89 | 0.36 | 0 | 0.89 | 204 | 0.81 | 0.06 |
| Hex | 3 | 12 | 1C | 59 | 24 | 0 | 59 | CC | 51 | 6 |
| Octal | 3 | 22 | 34 | 131 | 44 | 0 | 131 | 314 | 121 | 6 |
| Binary | 11 | 10010 | 11100 | 1011001 | 100100 | 0 | 1011001 | 11001100 | 1010001 | 110 |
Color Harmonies of #03121C
Complementary color
Monochromatic Colors of #03121C
Black with #03121C
Text Example
Text Example
White with #03121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03121C; }
p { color: rgb(3,18,28); }
H1.HeaderClassName
{
color: #03121C;
}
.AnyTagClassName
{
color: #03121C;
}
</style>
background-color css
<style>
a { background-color: #03121C; }
a { background-color: rgb(3,18,28); }
div.DivClassName
{
background-color: #03121C;
}
.BgClassName
{
background-color: #03121C;
}
</style>
border-color css
<style>
span { border-color: #03121C; }
span { border-color: rgb(3,18,28); }
td.TdClassName
{
border-color: #03121C;
}
.TagClassName
{
border-color: #03121C;
}
</style>