Shades of Black Pearl #08232C
Tints of Black Pearl #08232C
RGB
CMYK
RGB Variations
Color information
#08232C (or 0x08232C) is known color: Black Pearl. HEX triplet: 08, 23 and 2C. RGB value is (8,35,44). Sum of RGB (Red+Green+Blue) = 8+35+44=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 44 (17.58% from 255 or 50.57% from 87); Max value from RGB is 44 - color contains mainly: blue. Hex color #08232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08232C is #F7DCD3. Grayscale: #1B1B1B. Windows color (decimal): -16243924 or 2892552. OLE color: 2892552.
HSL color Cylindrical-coordinate representation of color #08232C: hue angle of 195º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08232C is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 35 | 44 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.83 |
| HSL | 195º | 0.69% | 0.1% | - |
| HSV(B) | 195º | 0.82% | 0.17% | - |
| XYZ | 1.16 | 1.44 | 2.6 | - |
| YUV | 27.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 44 | 0.82 | 0.20 | 0 | 0.83 | 195 | 0.69 | 0.1 |
| Hex | 8 | 23 | 2C | 52 | 14 | 0 | 53 | C3 | 45 | A |
| Octal | 10 | 43 | 54 | 122 | 24 | 0 | 123 | 303 | 105 | 12 |
| Binary | 1000 | 100011 | 101100 | 1010010 | 10100 | 0 | 1010011 | 11000011 | 1000101 | 1010 |
Color Harmonies of #08232C
Complementary color
Monochromatic Colors of #08232C
Black with #08232C
Text Example
Text Example
White with #08232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08232C; }
p { color: rgb(8,35,44); }
H1.HeaderClassName
{
color: #08232C;
}
.AnyTagClassName
{
color: #08232C;
}
</style>
background-color css
<style>
a { background-color: #08232C; }
a { background-color: rgb(8,35,44); }
div.DivClassName
{
background-color: #08232C;
}
.BgClassName
{
background-color: #08232C;
}
</style>
border-color css
<style>
span { border-color: #08232C; }
span { border-color: rgb(8,35,44); }
td.TdClassName
{
border-color: #08232C;
}
.TagClassName
{
border-color: #08232C;
}
</style>