Shades of Black Pearl #03272D
Tints of Black Pearl #03272D
RGB
CMYK
RGB Variations
Color information
#03272D (or 0x03272D) is known color: Black Pearl. HEX triplet: 03, 27 and 2D. RGB value is (3,39,45). Sum of RGB (Red+Green+Blue) = 3+39+45=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 45 (17.97% from 255 or 51.72% from 87); Max value from RGB is 45 - color contains mainly: blue. Hex color #03272D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03272D is #FCD8D2. Grayscale: #1C1C1C. Windows color (decimal): -16570579 or 2959107. OLE color: 2959107.
HSL color Cylindrical-coordinate representation of color #03272D: hue angle of 188.57º 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 #03272D is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 39 | 45 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.82 |
| HSL | 188.57º | 0.88% | 0.09% | - |
| HSV(B) | 188.57º | 0.93% | 0.18% | - |
| XYZ | 1.24 | 1.66 | 2.74 | - |
| YUV | 28.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 39 | 45 | 0.93 | 0.13 | 0 | 0.82 | 188.57 | 0.88 | 0.09 |
| Hex | 3 | 27 | 2D | 5D | D | 0 | 52 | BD | 58 | 9 |
| Octal | 3 | 47 | 55 | 135 | 15 | 0 | 122 | 275 | 130 | 11 |
| Binary | 11 | 100111 | 101101 | 1011101 | 1101 | 0 | 1010010 | 10111101 | 1011000 | 1001 |
Color Harmonies of #03272D
Complementary color
Monochromatic Colors of #03272D
Black with #03272D
Text Example
Text Example
White with #03272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03272D; }
p { color: rgb(3,39,45); }
H1.HeaderClassName
{
color: #03272D;
}
.AnyTagClassName
{
color: #03272D;
}
</style>
background-color css
<style>
a { background-color: #03272D; }
a { background-color: rgb(3,39,45); }
div.DivClassName
{
background-color: #03272D;
}
.BgClassName
{
background-color: #03272D;
}
</style>
border-color css
<style>
span { border-color: #03272D; }
span { border-color: rgb(3,39,45); }
td.TdClassName
{
border-color: #03272D;
}
.TagClassName
{
border-color: #03272D;
}
</style>