Shades of Black Pearl #03242A
Tints of Black Pearl #03242A
RGB
CMYK
RGB Variations
Color information
#03242A (or 0x03242A) is known color: Black Pearl. HEX triplet: 03, 24 and 2A. RGB value is (3,36,42). Sum of RGB (Red+Green+Blue) = 3+36+42=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 42 (16.80% from 255 or 51.85% from 81); Max value from RGB is 42 - color contains mainly: blue. Hex color #03242A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03242A is #FCDBD5. Grayscale: #1A1A1A. Windows color (decimal): -16571350 or 2761731. OLE color: 2761731.
HSL color Cylindrical-coordinate representation of color #03242A: hue angle of 189.23º 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 #03242A is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 36 | 42 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.84 |
| HSL | 189.23º | 0.87% | 0.09% | - |
| HSV(B) | 189.23º | 0.93% | 0.16% | - |
| XYZ | 1.09 | 1.45 | 2.41 | - |
| YUV | 26.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 42 | 0.93 | 0.14 | 0 | 0.84 | 189.23 | 0.87 | 0.09 |
| Hex | 3 | 24 | 2A | 5D | E | 0 | 54 | BD | 57 | 9 |
| Octal | 3 | 44 | 52 | 135 | 16 | 0 | 124 | 275 | 127 | 11 |
| Binary | 11 | 100100 | 101010 | 1011101 | 1110 | 0 | 1010100 | 10111101 | 1010111 | 1001 |
Color Harmonies of #03242A
Complementary color
Monochromatic Colors of #03242A
Black with #03242A
Text Example
Text Example
White with #03242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03242A; }
p { color: rgb(3,36,42); }
H1.HeaderClassName
{
color: #03242A;
}
.AnyTagClassName
{
color: #03242A;
}
</style>
background-color css
<style>
a { background-color: #03242A; }
a { background-color: rgb(3,36,42); }
div.DivClassName
{
background-color: #03242A;
}
.BgClassName
{
background-color: #03242A;
}
</style>
border-color css
<style>
span { border-color: #03242A; }
span { border-color: rgb(3,36,42); }
td.TdClassName
{
border-color: #03242A;
}
.TagClassName
{
border-color: #03242A;
}
</style>