Shades of Black Pearl #09252A
Tints of Black Pearl #09252A
RGB
CMYK
RGB Variations
Color information
#09252A (or 0x09252A) is known color: Black Pearl. HEX triplet: 09, 25 and 2A. RGB value is (9,37,42). Sum of RGB (Red+Green+Blue) = 9+37+42=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 42 (16.80% from 255 or 47.73% from 88); Max value from RGB is 42 - color contains mainly: blue. Hex color #09252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09252A is #F6DAD5. Grayscale: #1D1D1D. Windows color (decimal): -16177878 or 2761993. OLE color: 2761993.
HSL color Cylindrical-coordinate representation of color #09252A: hue angle of 189.09º 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 #09252A is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 37 | 42 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.84 |
| HSL | 189.09º | 0.65% | 0.1% | - |
| HSV(B) | 189.09º | 0.79% | 0.16% | - |
| XYZ | 1.19 | 1.55 | 2.43 | - |
| YUV | 29.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 42 | 0.79 | 0.12 | 0 | 0.84 | 189.09 | 0.65 | 0.1 |
| Hex | 9 | 25 | 2A | 4F | C | 0 | 54 | BD | 41 | A |
| Octal | 11 | 45 | 52 | 117 | 14 | 0 | 124 | 275 | 101 | 12 |
| Binary | 1001 | 100101 | 101010 | 1001111 | 1100 | 0 | 1010100 | 10111101 | 1000001 | 1010 |
Color Harmonies of #09252A
Complementary color
Monochromatic Colors of #09252A
Black with #09252A
Text Example
Text Example
White with #09252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09252A; }
p { color: rgb(9,37,42); }
H1.HeaderClassName
{
color: #09252A;
}
.AnyTagClassName
{
color: #09252A;
}
</style>
background-color css
<style>
a { background-color: #09252A; }
a { background-color: rgb(9,37,42); }
div.DivClassName
{
background-color: #09252A;
}
.BgClassName
{
background-color: #09252A;
}
</style>
border-color css
<style>
span { border-color: #09252A; }
span { border-color: rgb(9,37,42); }
td.TdClassName
{
border-color: #09252A;
}
.TagClassName
{
border-color: #09252A;
}
</style>