Shades of Black Pearl #031C23
Tints of Black Pearl #031C23
RGB
CMYK
RGB Variations
Color information
#031C23 (or 0x031C23) is known color: Black Pearl. HEX triplet: 03, 1C and 23. RGB value is (3,28,35). Sum of RGB (Red+Green+Blue) = 3+28+35=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 35 (14.06% from 255 or 53.03% from 66); Max value from RGB is 35 - color contains mainly: blue. Hex color #031C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C23 is #FCE3DC. Grayscale: #151515. Windows color (decimal): -16573405 or 2300931. OLE color: 2300931.
HSL color Cylindrical-coordinate representation of color #031C23: hue angle of 193.12º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #031C23 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 28 | 35 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.86 |
| HSL | 193.13º | 0.84% | 0.07% | - |
| HSV(B) | 193.13º | 0.91% | 0.14% | - |
| XYZ | 0.76 | 0.97 | 1.74 | - |
| YUV | 21.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 35 | 0.91 | 0.20 | 0 | 0.86 | 193.13 | 0.84 | 0.07 |
| Hex | 3 | 1C | 23 | 5B | 14 | 0 | 56 | C1 | 54 | 7 |
| Octal | 3 | 34 | 43 | 133 | 24 | 0 | 126 | 301 | 124 | 7 |
| Binary | 11 | 11100 | 100011 | 1011011 | 10100 | 0 | 1010110 | 11000001 | 1010100 | 111 |
Color Harmonies of #031C23
Complementary color
Monochromatic Colors of #031C23
Black with #031C23
Text Example
Text Example
White with #031C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C23; }
p { color: rgb(3,28,35); }
H1.HeaderClassName
{
color: #031C23;
}
.AnyTagClassName
{
color: #031C23;
}
</style>
background-color css
<style>
a { background-color: #031C23; }
a { background-color: rgb(3,28,35); }
div.DivClassName
{
background-color: #031C23;
}
.BgClassName
{
background-color: #031C23;
}
</style>
border-color css
<style>
span { border-color: #031C23; }
span { border-color: rgb(3,28,35); }
td.TdClassName
{
border-color: #031C23;
}
.TagClassName
{
border-color: #031C23;
}
</style>