Shades of Black Pearl #08232D
Tints of Black Pearl #08232D
RGB
CMYK
RGB Variations
Color information
#08232D (or 0x08232D) is known color: Black Pearl. HEX triplet: 08, 23 and 2D. RGB value is (8,35,45). Sum of RGB (Red+Green+Blue) = 8+35+45=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #08232D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08232D is #F7DCD2. Grayscale: #1B1B1B. Windows color (decimal): -16243923 or 2958088. OLE color: 2958088.
HSL color Cylindrical-coordinate representation of color #08232D: hue angle of 196.22º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08232D is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 35 | 45 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.82 |
| HSL | 196.22º | 0.7% | 0.1% | - |
| HSV(B) | 196.22º | 0.82% | 0.18% | - |
| XYZ | 1.17 | 1.44 | 2.7 | - |
| YUV | 28.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 45 | 0.82 | 0.22 | 0 | 0.82 | 196.22 | 0.7 | 0.1 |
| Hex | 8 | 23 | 2D | 52 | 16 | 0 | 52 | C4 | 46 | A |
| Octal | 10 | 43 | 55 | 122 | 26 | 0 | 122 | 304 | 106 | 12 |
| Binary | 1000 | 100011 | 101101 | 1010010 | 10110 | 0 | 1010010 | 11000100 | 1000110 | 1010 |
Color Harmonies of #08232D
Complementary color
Monochromatic Colors of #08232D
Black with #08232D
Text Example
Text Example
White with #08232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08232D; }
p { color: rgb(8,35,45); }
H1.HeaderClassName
{
color: #08232D;
}
.AnyTagClassName
{
color: #08232D;
}
</style>
background-color css
<style>
a { background-color: #08232D; }
a { background-color: rgb(8,35,45); }
div.DivClassName
{
background-color: #08232D;
}
.BgClassName
{
background-color: #08232D;
}
</style>
border-color css
<style>
span { border-color: #08232D; }
span { border-color: rgb(8,35,45); }
td.TdClassName
{
border-color: #08232D;
}
.TagClassName
{
border-color: #08232D;
}
</style>