Shades of Black Pearl #06232C
Tints of Black Pearl #06232C
RGB
CMYK
RGB Variations
Color information
#06232C (or 0x06232C) is known color: Black Pearl. HEX triplet: 06, 23 and 2C. RGB value is (6,35,44). Sum of RGB (Red+Green+Blue) = 6+35+44=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #06232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06232C is #F9DCD3. Grayscale: #1B1B1B. Windows color (decimal): -16374996 or 2892550. OLE color: 2892550.
HSL color Cylindrical-coordinate representation of color #06232C: hue angle of 194.21º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06232C is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 35 | 44 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.83 |
| HSL | 194.21º | 0.76% | 0.1% | - |
| HSV(B) | 194.21º | 0.86% | 0.17% | - |
| XYZ | 1.13 | 1.42 | 2.6 | - |
| YUV | 27.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 35 | 44 | 0.86 | 0.20 | 0 | 0.83 | 194.21 | 0.76 | 0.1 |
| Hex | 6 | 23 | 2C | 56 | 14 | 0 | 53 | C2 | 4C | A |
| Octal | 6 | 43 | 54 | 126 | 24 | 0 | 123 | 302 | 114 | 12 |
| Binary | 110 | 100011 | 101100 | 1010110 | 10100 | 0 | 1010011 | 11000010 | 1001100 | 1010 |
Color Harmonies of #06232C
Complementary color
Monochromatic Colors of #06232C
Black with #06232C
Text Example
Text Example
White with #06232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06232C; }
p { color: rgb(6,35,44); }
H1.HeaderClassName
{
color: #06232C;
}
.AnyTagClassName
{
color: #06232C;
}
</style>
background-color css
<style>
a { background-color: #06232C; }
a { background-color: rgb(6,35,44); }
div.DivClassName
{
background-color: #06232C;
}
.BgClassName
{
background-color: #06232C;
}
</style>
border-color css
<style>
span { border-color: #06232C; }
span { border-color: rgb(6,35,44); }
td.TdClassName
{
border-color: #06232C;
}
.TagClassName
{
border-color: #06232C;
}
</style>