Shades of Black Pearl #04232A
Tints of Black Pearl #04232A
RGB
CMYK
RGB Variations
Color information
#04232A (or 0x04232A) is known color: Black Pearl. HEX triplet: 04, 23 and 2A. RGB value is (4,35,42). Sum of RGB (Red+Green+Blue) = 4+35+42=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 35 (14.06% from 255 or 43.21% from 81); Blue value is 42 (16.80% from 255 or 51.85% from 81); Max value from RGB is 42 - color contains mainly: blue. Hex color #04232A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04232A is #FBDCD5. Grayscale: #1A1A1A. Windows color (decimal): -16506070 or 2761476. OLE color: 2761476.
HSL color Cylindrical-coordinate representation of color #04232A: hue angle of 191.05º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #04232A is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 35 | 42 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.84 |
| HSL | 191.05º | 0.83% | 0.09% | - |
| HSV(B) | 191.05º | 0.9% | 0.16% | - |
| XYZ | 1.07 | 1.4 | 2.4 | - |
| YUV | 26.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 42 | 0.90 | 0.17 | 0 | 0.84 | 191.05 | 0.83 | 0.09 |
| Hex | 4 | 23 | 2A | 5A | 11 | 0 | 54 | BF | 53 | 9 |
| Octal | 4 | 43 | 52 | 132 | 21 | 0 | 124 | 277 | 123 | 11 |
| Binary | 100 | 100011 | 101010 | 1011010 | 10001 | 0 | 1010100 | 10111111 | 1010011 | 1001 |
Color Harmonies of #04232A
Complementary color
Monochromatic Colors of #04232A
Black with #04232A
Text Example
Text Example
White with #04232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04232A; }
p { color: rgb(4,35,42); }
H1.HeaderClassName
{
color: #04232A;
}
.AnyTagClassName
{
color: #04232A;
}
</style>
background-color css
<style>
a { background-color: #04232A; }
a { background-color: rgb(4,35,42); }
div.DivClassName
{
background-color: #04232A;
}
.BgClassName
{
background-color: #04232A;
}
</style>
border-color css
<style>
span { border-color: #04232A; }
span { border-color: rgb(4,35,42); }
td.TdClassName
{
border-color: #04232A;
}
.TagClassName
{
border-color: #04232A;
}
</style>