Shades of Black Pearl #04232F
Tints of Black Pearl #04232F
RGB
CMYK
RGB Variations
Color information
#04232F (or 0x04232F) is known color: Black Pearl. HEX triplet: 04, 23 and 2F. RGB value is (4,35,47). Sum of RGB (Red+Green+Blue) = 4+35+47=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 47 (18.75% from 255 or 54.65% from 86); Max value from RGB is 47 - color contains mainly: blue. Hex color #04232F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04232F is #FBDCD0. Grayscale: #1B1B1B. Windows color (decimal): -16506065 or 3089156. OLE color: 3089156.
HSL color Cylindrical-coordinate representation of color #04232F: hue angle of 196.74º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04232F is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 35 | 47 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.82 |
| HSL | 196.74º | 0.84% | 0.1% | - |
| HSV(B) | 196.74º | 0.91% | 0.18% | - |
| XYZ | 1.16 | 1.43 | 2.9 | - |
| YUV | 27.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 47 | 0.91 | 0.26 | 0 | 0.82 | 196.74 | 0.84 | 0.1 |
| Hex | 4 | 23 | 2F | 5B | 1A | 0 | 52 | C5 | 54 | A |
| Octal | 4 | 43 | 57 | 133 | 32 | 0 | 122 | 305 | 124 | 12 |
| Binary | 100 | 100011 | 101111 | 1011011 | 11010 | 0 | 1010010 | 11000101 | 1010100 | 1010 |
Color Harmonies of #04232F
Complementary color
Monochromatic Colors of #04232F
Black with #04232F
Text Example
Text Example
White with #04232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04232F; }
p { color: rgb(4,35,47); }
H1.HeaderClassName
{
color: #04232F;
}
.AnyTagClassName
{
color: #04232F;
}
</style>
background-color css
<style>
a { background-color: #04232F; }
a { background-color: rgb(4,35,47); }
div.DivClassName
{
background-color: #04232F;
}
.BgClassName
{
background-color: #04232F;
}
</style>
border-color css
<style>
span { border-color: #04232F; }
span { border-color: rgb(4,35,47); }
td.TdClassName
{
border-color: #04232F;
}
.TagClassName
{
border-color: #04232F;
}
</style>