Shades of Black Pearl #03242F
Tints of Black Pearl #03242F
RGB
CMYK
RGB Variations
Color information
#03242F (or 0x03242F) is known color: Black Pearl. HEX triplet: 03, 24 and 2F. RGB value is (3,36,47). Sum of RGB (Red+Green+Blue) = 3+36+47=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 47 (18.75% from 255 or 54.65% from 86); Max value from RGB is 47 - color contains mainly: blue. Hex color #03242F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03242F is #FCDBD0. Grayscale: #1B1B1B. Windows color (decimal): -16571345 or 3089411. OLE color: 3089411.
HSL color Cylindrical-coordinate representation of color #03242F: hue angle of 195º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03242F is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 36 | 47 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.82 |
| HSL | 195º | 0.88% | 0.1% | - |
| HSV(B) | 195º | 0.94% | 0.18% | - |
| XYZ | 1.18 | 1.49 | 2.91 | - |
| YUV | 27.39 | 139.07 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 47 | 0.94 | 0.23 | 0 | 0.82 | 195 | 0.88 | 0.1 |
| Hex | 3 | 24 | 2F | 5E | 17 | 0 | 52 | C3 | 58 | A |
| Octal | 3 | 44 | 57 | 136 | 27 | 0 | 122 | 303 | 130 | 12 |
| Binary | 11 | 100100 | 101111 | 1011110 | 10111 | 0 | 1010010 | 11000011 | 1011000 | 1010 |
Color Harmonies of #03242F
Complementary color
Monochromatic Colors of #03242F
Black with #03242F
Text Example
Text Example
White with #03242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03242F; }
p { color: rgb(3,36,47); }
H1.HeaderClassName
{
color: #03242F;
}
.AnyTagClassName
{
color: #03242F;
}
</style>
background-color css
<style>
a { background-color: #03242F; }
a { background-color: rgb(3,36,47); }
div.DivClassName
{
background-color: #03242F;
}
.BgClassName
{
background-color: #03242F;
}
</style>
border-color css
<style>
span { border-color: #03242F; }
span { border-color: rgb(3,36,47); }
td.TdClassName
{
border-color: #03242F;
}
.TagClassName
{
border-color: #03242F;
}
</style>