Shades of Black Pearl #09232D
Tints of Black Pearl #09232D
RGB
CMYK
RGB Variations
Color information
#09232D (or 0x09232D) is known color: Black Pearl. HEX triplet: 09, 23 and 2D. RGB value is (9,35,45). Sum of RGB (Red+Green+Blue) = 9+35+45=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #09232D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09232D is #F6DCD2. Grayscale: #1C1C1C. Windows color (decimal): -16178387 or 2958089. OLE color: 2958089.
HSL color Cylindrical-coordinate representation of color #09232D: hue angle of 196.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09232D is Cyan = 0.8, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 35 | 45 | - |
| CMYK | 0.8 | 0.22 | 0 | 0.82 |
| HSL | 196.67º | 0.67% | 0.11% | - |
| HSV(B) | 196.67º | 0.8% | 0.18% | - |
| XYZ | 1.19 | 1.45 | 2.7 | - |
| YUV | 28.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 45 | 0.8 | 0.22 | 0 | 0.82 | 196.67 | 0.67 | 0.11 |
| Hex | 9 | 23 | 2D | 50 | 16 | 0 | 52 | C5 | 43 | B |
| Octal | 11 | 43 | 55 | 120 | 26 | 0 | 122 | 305 | 103 | 13 |
| Binary | 1001 | 100011 | 101101 | 1010000 | 10110 | 0 | 1010010 | 11000101 | 1000011 | 1011 |
Color Harmonies of #09232D
Complementary color
Monochromatic Colors of #09232D
Black with #09232D
Text Example
Text Example
White with #09232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09232D; }
p { color: rgb(9,35,45); }
H1.HeaderClassName
{
color: #09232D;
}
.AnyTagClassName
{
color: #09232D;
}
</style>
background-color css
<style>
a { background-color: #09232D; }
a { background-color: rgb(9,35,45); }
div.DivClassName
{
background-color: #09232D;
}
.BgClassName
{
background-color: #09232D;
}
</style>
border-color css
<style>
span { border-color: #09232D; }
span { border-color: rgb(9,35,45); }
td.TdClassName
{
border-color: #09232D;
}
.TagClassName
{
border-color: #09232D;
}
</style>