Shades of Black Pearl #07232C
Tints of Black Pearl #07232C
RGB
CMYK
RGB Variations
Color information
#07232C (or 0x07232C) is known color: Black Pearl. HEX triplet: 07, 23 and 2C. RGB value is (7,35,44). Sum of RGB (Red+Green+Blue) = 7+35+44=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 44 (17.58% from 255 or 51.16% from 86); Max value from RGB is 44 - color contains mainly: blue. Hex color #07232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07232C is #F8DCD3. Grayscale: #1B1B1B. Windows color (decimal): -16309460 or 2892551. OLE color: 2892551.
HSL color Cylindrical-coordinate representation of color #07232C: hue angle of 194.59º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07232C is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 35 | 44 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.83 |
| HSL | 194.59º | 0.73% | 0.1% | - |
| HSV(B) | 194.59º | 0.84% | 0.17% | - |
| XYZ | 1.14 | 1.43 | 2.6 | - |
| YUV | 27.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 44 | 0.84 | 0.20 | 0 | 0.83 | 194.59 | 0.73 | 0.1 |
| Hex | 7 | 23 | 2C | 54 | 14 | 0 | 53 | C3 | 49 | A |
| Octal | 7 | 43 | 54 | 124 | 24 | 0 | 123 | 303 | 111 | 12 |
| Binary | 111 | 100011 | 101100 | 1010100 | 10100 | 0 | 1010011 | 11000011 | 1001001 | 1010 |
Color Harmonies of #07232C
Complementary color
Monochromatic Colors of #07232C
Black with #07232C
Text Example
Text Example
White with #07232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07232C; }
p { color: rgb(7,35,44); }
H1.HeaderClassName
{
color: #07232C;
}
.AnyTagClassName
{
color: #07232C;
}
</style>
background-color css
<style>
a { background-color: #07232C; }
a { background-color: rgb(7,35,44); }
div.DivClassName
{
background-color: #07232C;
}
.BgClassName
{
background-color: #07232C;
}
</style>
border-color css
<style>
span { border-color: #07232C; }
span { border-color: rgb(7,35,44); }
td.TdClassName
{
border-color: #07232C;
}
.TagClassName
{
border-color: #07232C;
}
</style>