Shades of Black Pearl #09232C
Tints of Black Pearl #09232C
RGB
CMYK
RGB Variations
Color information
#09232C (or 0x09232C) is known color: Black Pearl. HEX triplet: 09, 23 and 2C. RGB value is (9,35,44). Sum of RGB (Red+Green+Blue) = 9+35+44=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #09232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09232C is #F6DCD3. Grayscale: #1C1C1C. Windows color (decimal): -16178388 or 2892553. OLE color: 2892553.
HSL color Cylindrical-coordinate representation of color #09232C: hue angle of 195.43º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09232C is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 35 | 44 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.83 |
| HSL | 195.43º | 0.66% | 0.1% | - |
| HSV(B) | 195.43º | 0.8% | 0.17% | - |
| XYZ | 1.17 | 1.44 | 2.6 | - |
| YUV | 28.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 44 | 0.80 | 0.20 | 0 | 0.83 | 195.43 | 0.66 | 0.1 |
| Hex | 9 | 23 | 2C | 50 | 14 | 0 | 53 | C3 | 42 | A |
| Octal | 11 | 43 | 54 | 120 | 24 | 0 | 123 | 303 | 102 | 12 |
| Binary | 1001 | 100011 | 101100 | 1010000 | 10100 | 0 | 1010011 | 11000011 | 1000010 | 1010 |
Color Harmonies of #09232C
Complementary color
Monochromatic Colors of #09232C
Black with #09232C
Text Example
Text Example
White with #09232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09232C; }
p { color: rgb(9,35,44); }
H1.HeaderClassName
{
color: #09232C;
}
.AnyTagClassName
{
color: #09232C;
}
</style>
background-color css
<style>
a { background-color: #09232C; }
a { background-color: rgb(9,35,44); }
div.DivClassName
{
background-color: #09232C;
}
.BgClassName
{
background-color: #09232C;
}
</style>
border-color css
<style>
span { border-color: #09232C; }
span { border-color: rgb(9,35,44); }
td.TdClassName
{
border-color: #09232C;
}
.TagClassName
{
border-color: #09232C;
}
</style>