Shades of Black Pearl #032830
Tints of Black Pearl #032830
RGB
CMYK
RGB Variations
Color information
#032830 (or 0x032830) is known color: Black Pearl. HEX triplet: 03, 28 and 30. RGB value is (3,40,48). Sum of RGB (Red+Green+Blue) = 3+40+48=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 40 (16.02% from 255 or 43.96% from 91); Blue value is 48 (19.14% from 255 or 52.75% from 91); Max value from RGB is 48 - color contains mainly: blue. Hex color #032830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032830 is #FCD7CF. Grayscale: #1D1D1D. Windows color (decimal): -16570320 or 3155971. OLE color: 3155971.
HSL color Cylindrical-coordinate representation of color #032830: hue angle of 190.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032830 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 40 | 48 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.81 |
| HSL | 190.67º | 0.88% | 0.1% | - |
| HSV(B) | 190.67º | 0.94% | 0.19% | - |
| XYZ | 1.33 | 1.75 | 3.06 | - |
| YUV | 29.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 48 | 0.94 | 0.17 | 0 | 0.81 | 190.67 | 0.88 | 0.1 |
| Hex | 3 | 28 | 30 | 5E | 11 | 0 | 51 | BF | 58 | A |
| Octal | 3 | 50 | 60 | 136 | 21 | 0 | 121 | 277 | 130 | 12 |
| Binary | 11 | 101000 | 110000 | 1011110 | 10001 | 0 | 1010001 | 10111111 | 1011000 | 1010 |
Color Harmonies of #032830
Complementary color
Monochromatic Colors of #032830
Black with #032830
Text Example
Text Example
White with #032830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032830; }
p { color: rgb(3,40,48); }
H1.HeaderClassName
{
color: #032830;
}
.AnyTagClassName
{
color: #032830;
}
</style>
background-color css
<style>
a { background-color: #032830; }
a { background-color: rgb(3,40,48); }
div.DivClassName
{
background-color: #032830;
}
.BgClassName
{
background-color: #032830;
}
</style>
border-color css
<style>
span { border-color: #032830; }
span { border-color: rgb(3,40,48); }
td.TdClassName
{
border-color: #032830;
}
.TagClassName
{
border-color: #032830;
}
</style>