Shades of Black Pearl #03242B
Tints of Black Pearl #03242B
RGB
CMYK
RGB Variations
Color information
#03242B (or 0x03242B) is known color: Black Pearl. HEX triplet: 03, 24 and 2B. RGB value is (3,36,43). Sum of RGB (Red+Green+Blue) = 3+36+43=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #03242B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03242B is #FCDBD4. Grayscale: #1A1A1A. Windows color (decimal): -16571349 or 2827267. OLE color: 2827267.
HSL color Cylindrical-coordinate representation of color #03242B: hue angle of 190.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 #03242B is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 36 | 43 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.83 |
| HSL | 190.5º | 0.87% | 0.09% | - |
| HSV(B) | 190.5º | 0.93% | 0.17% | - |
| XYZ | 1.1 | 1.46 | 2.51 | - |
| YUV | 26.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 43 | 0.93 | 0.16 | 0 | 0.83 | 190.5 | 0.87 | 0.09 |
| Hex | 3 | 24 | 2B | 5D | 10 | 0 | 53 | BE | 57 | 9 |
| Octal | 3 | 44 | 53 | 135 | 20 | 0 | 123 | 276 | 127 | 11 |
| Binary | 11 | 100100 | 101011 | 1011101 | 10000 | 0 | 1010011 | 10111110 | 1010111 | 1001 |
Color Harmonies of #03242B
Complementary color
Monochromatic Colors of #03242B
Black with #03242B
Text Example
Text Example
White with #03242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03242B; }
p { color: rgb(3,36,43); }
H1.HeaderClassName
{
color: #03242B;
}
.AnyTagClassName
{
color: #03242B;
}
</style>
background-color css
<style>
a { background-color: #03242B; }
a { background-color: rgb(3,36,43); }
div.DivClassName
{
background-color: #03242B;
}
.BgClassName
{
background-color: #03242B;
}
</style>
border-color css
<style>
span { border-color: #03242B; }
span { border-color: rgb(3,36,43); }
td.TdClassName
{
border-color: #03242B;
}
.TagClassName
{
border-color: #03242B;
}
</style>