Shades of Black Pearl #06232D
Tints of Black Pearl #06232D
RGB
CMYK
RGB Variations
Color information
#06232D (or 0x06232D) is known color: Black Pearl. HEX triplet: 06, 23 and 2D. RGB value is (6,35,45). Sum of RGB (Red+Green+Blue) = 6+35+45=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 45 (17.97% from 255 or 52.33% from 86); Max value from RGB is 45 - color contains mainly: blue. Hex color #06232D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06232D is #F9DCD2. Grayscale: #1B1B1B. Windows color (decimal): -16374995 or 2958086. OLE color: 2958086.
HSL color Cylindrical-coordinate representation of color #06232D: hue angle of 195.38º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #06232D is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 35 | 45 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.82 |
| HSL | 195.38º | 0.76% | 0.1% | - |
| HSV(B) | 195.38º | 0.87% | 0.18% | - |
| XYZ | 1.15 | 1.43 | 2.7 | - |
| YUV | 27.47 | 137.89 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 35 | 45 | 0.87 | 0.22 | 0 | 0.82 | 195.38 | 0.76 | 0.1 |
| Hex | 6 | 23 | 2D | 57 | 16 | 0 | 52 | C3 | 4C | A |
| Octal | 6 | 43 | 55 | 127 | 26 | 0 | 122 | 303 | 114 | 12 |
| Binary | 110 | 100011 | 101101 | 1010111 | 10110 | 0 | 1010010 | 11000011 | 1001100 | 1010 |
Color Harmonies of #06232D
Complementary color
Monochromatic Colors of #06232D
Black with #06232D
Text Example
Text Example
White with #06232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06232D; }
p { color: rgb(6,35,45); }
H1.HeaderClassName
{
color: #06232D;
}
.AnyTagClassName
{
color: #06232D;
}
</style>
background-color css
<style>
a { background-color: #06232D; }
a { background-color: rgb(6,35,45); }
div.DivClassName
{
background-color: #06232D;
}
.BgClassName
{
background-color: #06232D;
}
</style>
border-color css
<style>
span { border-color: #06232D; }
span { border-color: rgb(6,35,45); }
td.TdClassName
{
border-color: #06232D;
}
.TagClassName
{
border-color: #06232D;
}
</style>