Shades of Black Pearl #03232D
Tints of Black Pearl #03232D
RGB
CMYK
RGB Variations
Color information
#03232D (or 0x03232D) is known color: Black Pearl. HEX triplet: 03, 23 and 2D. RGB value is (3,35,45). Sum of RGB (Red+Green+Blue) = 3+35+45=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #03232D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03232D is #FCDCD2. Grayscale: #1A1A1A. Windows color (decimal): -16571603 or 2958083. OLE color: 2958083.
HSL color Cylindrical-coordinate representation of color #03232D: hue angle of 194.29º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03232D is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 35 | 45 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.82 |
| HSL | 194.29º | 0.88% | 0.09% | - |
| HSV(B) | 194.29º | 0.93% | 0.18% | - |
| XYZ | 1.11 | 1.41 | 2.7 | - |
| YUV | 26.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 45 | 0.93 | 0.22 | 0 | 0.82 | 194.29 | 0.88 | 0.09 |
| Hex | 3 | 23 | 2D | 5D | 16 | 0 | 52 | C2 | 58 | 9 |
| Octal | 3 | 43 | 55 | 135 | 26 | 0 | 122 | 302 | 130 | 11 |
| Binary | 11 | 100011 | 101101 | 1011101 | 10110 | 0 | 1010010 | 11000010 | 1011000 | 1001 |
Color Harmonies of #03232D
Complementary color
Monochromatic Colors of #03232D
Black with #03232D
Text Example
Text Example
White with #03232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03232D; }
p { color: rgb(3,35,45); }
H1.HeaderClassName
{
color: #03232D;
}
.AnyTagClassName
{
color: #03232D;
}
</style>
background-color css
<style>
a { background-color: #03232D; }
a { background-color: rgb(3,35,45); }
div.DivClassName
{
background-color: #03232D;
}
.BgClassName
{
background-color: #03232D;
}
</style>
border-color css
<style>
span { border-color: #03232D; }
span { border-color: rgb(3,35,45); }
td.TdClassName
{
border-color: #03232D;
}
.TagClassName
{
border-color: #03232D;
}
</style>