Shades of Black Pearl #09232A
Tints of Black Pearl #09232A
RGB
CMYK
RGB Variations
Color information
#09232A (or 0x09232A) is known color: Black Pearl. HEX triplet: 09, 23 and 2A. RGB value is (9,35,42). Sum of RGB (Red+Green+Blue) = 9+35+42=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 42 (16.80% from 255 or 48.84% from 86); Max value from RGB is 42 - color contains mainly: blue. Hex color #09232A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09232A is #F6DCD5. Grayscale: #1B1B1B. Windows color (decimal): -16178390 or 2761481. OLE color: 2761481.
HSL color Cylindrical-coordinate representation of color #09232A: hue angle of 192.73º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09232A is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 35 | 42 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.84 |
| HSL | 192.73º | 0.65% | 0.1% | - |
| HSV(B) | 192.73º | 0.79% | 0.16% | - |
| XYZ | 1.13 | 1.43 | 2.41 | - |
| YUV | 28.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 42 | 0.79 | 0.17 | 0 | 0.84 | 192.73 | 0.65 | 0.1 |
| Hex | 9 | 23 | 2A | 4F | 11 | 0 | 54 | C1 | 41 | A |
| Octal | 11 | 43 | 52 | 117 | 21 | 0 | 124 | 301 | 101 | 12 |
| Binary | 1001 | 100011 | 101010 | 1001111 | 10001 | 0 | 1010100 | 11000001 | 1000001 | 1010 |
Color Harmonies of #09232A
Complementary color
Monochromatic Colors of #09232A
Black with #09232A
Text Example
Text Example
White with #09232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09232A; }
p { color: rgb(9,35,42); }
H1.HeaderClassName
{
color: #09232A;
}
.AnyTagClassName
{
color: #09232A;
}
</style>
background-color css
<style>
a { background-color: #09232A; }
a { background-color: rgb(9,35,42); }
div.DivClassName
{
background-color: #09232A;
}
.BgClassName
{
background-color: #09232A;
}
</style>
border-color css
<style>
span { border-color: #09232A; }
span { border-color: rgb(9,35,42); }
td.TdClassName
{
border-color: #09232A;
}
.TagClassName
{
border-color: #09232A;
}
</style>