Shades of Black Pearl #032330
Tints of Black Pearl #032330
RGB
CMYK
RGB Variations
Color information
#032330 (or 0x032330) is known color: Black Pearl. HEX triplet: 03, 23 and 30. RGB value is (3,35,48). Sum of RGB (Red+Green+Blue) = 3+35+48=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #032330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032330 is #FCDCCF. Grayscale: #1A1A1A. Windows color (decimal): -16571600 or 3154691. OLE color: 3154691.
HSL color Cylindrical-coordinate representation of color #032330: hue angle of 197.33º 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 #032330 is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 35 | 48 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.81 |
| HSL | 197.33º | 0.88% | 0.1% | - |
| HSV(B) | 197.33º | 0.94% | 0.19% | - |
| XYZ | 1.17 | 1.43 | 3.01 | - |
| YUV | 26.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 48 | 0.94 | 0.27 | 0 | 0.81 | 197.33 | 0.88 | 0.1 |
| Hex | 3 | 23 | 30 | 5E | 1B | 0 | 51 | C5 | 58 | A |
| Octal | 3 | 43 | 60 | 136 | 33 | 0 | 121 | 305 | 130 | 12 |
| Binary | 11 | 100011 | 110000 | 1011110 | 11011 | 0 | 1010001 | 11000101 | 1011000 | 1010 |
Color Harmonies of #032330
Complementary color
Monochromatic Colors of #032330
Black with #032330
Text Example
Text Example
White with #032330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032330; }
p { color: rgb(3,35,48); }
H1.HeaderClassName
{
color: #032330;
}
.AnyTagClassName
{
color: #032330;
}
</style>
background-color css
<style>
a { background-color: #032330; }
a { background-color: rgb(3,35,48); }
div.DivClassName
{
background-color: #032330;
}
.BgClassName
{
background-color: #032330;
}
</style>
border-color css
<style>
span { border-color: #032330; }
span { border-color: rgb(3,35,48); }
td.TdClassName
{
border-color: #032330;
}
.TagClassName
{
border-color: #032330;
}
</style>