Shades of Black Pearl #03232A
Tints of Black Pearl #03232A
RGB
CMYK
RGB Variations
Color information
#03232A (or 0x03232A) is known color: Black Pearl. HEX triplet: 03, 23 and 2A. RGB value is (3,35,42). Sum of RGB (Red+Green+Blue) = 3+35+42=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 42 (16.80% from 255 or 52.5% from 80); Max value from RGB is 42 - color contains mainly: blue. Hex color #03232A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03232A is #FCDCD5. Grayscale: #1A1A1A. Windows color (decimal): -16571606 or 2761475. OLE color: 2761475.
HSL color Cylindrical-coordinate representation of color #03232A: hue angle of 190.77º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03232A is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 35 | 42 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.84 |
| HSL | 190.77º | 0.87% | 0.09% | - |
| HSV(B) | 190.77º | 0.93% | 0.16% | - |
| XYZ | 1.06 | 1.39 | 2.4 | - |
| YUV | 26.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 42 | 0.93 | 0.17 | 0 | 0.84 | 190.77 | 0.87 | 0.09 |
| Hex | 3 | 23 | 2A | 5D | 11 | 0 | 54 | BF | 57 | 9 |
| Octal | 3 | 43 | 52 | 135 | 21 | 0 | 124 | 277 | 127 | 11 |
| Binary | 11 | 100011 | 101010 | 1011101 | 10001 | 0 | 1010100 | 10111111 | 1010111 | 1001 |
Color Harmonies of #03232A
Complementary color
Monochromatic Colors of #03232A
Black with #03232A
Text Example
Text Example
White with #03232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03232A; }
p { color: rgb(3,35,42); }
H1.HeaderClassName
{
color: #03232A;
}
.AnyTagClassName
{
color: #03232A;
}
</style>
background-color css
<style>
a { background-color: #03232A; }
a { background-color: rgb(3,35,42); }
div.DivClassName
{
background-color: #03232A;
}
.BgClassName
{
background-color: #03232A;
}
</style>
border-color css
<style>
span { border-color: #03232A; }
span { border-color: rgb(3,35,42); }
td.TdClassName
{
border-color: #03232A;
}
.TagClassName
{
border-color: #03232A;
}
</style>