Shades of Black Pearl #031D23
Tints of Black Pearl #031D23
RGB
CMYK
RGB Variations
Color information
#031D23 (or 0x031D23) is known color: Black Pearl. HEX triplet: 03, 1D and 23. RGB value is (3,29,35). Sum of RGB (Red+Green+Blue) = 3+29+35=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #031D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D23 is #FCE2DC. Grayscale: #151515. Windows color (decimal): -16573149 or 2301187. OLE color: 2301187.
HSL color Cylindrical-coordinate representation of color #031D23: hue angle of 191.25º 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 #031D23 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 29 | 35 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.86 |
| HSL | 191.25º | 0.84% | 0.07% | - |
| HSV(B) | 191.25º | 0.91% | 0.14% | - |
| XYZ | 0.78 | 1.02 | 1.75 | - |
| YUV | 21.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 35 | 0.91 | 0.17 | 0 | 0.86 | 191.25 | 0.84 | 0.07 |
| Hex | 3 | 1D | 23 | 5B | 11 | 0 | 56 | BF | 54 | 7 |
| Octal | 3 | 35 | 43 | 133 | 21 | 0 | 126 | 277 | 124 | 7 |
| Binary | 11 | 11101 | 100011 | 1011011 | 10001 | 0 | 1010110 | 10111111 | 1010100 | 111 |
Color Harmonies of #031D23
Complementary color
Monochromatic Colors of #031D23
Black with #031D23
Text Example
Text Example
White with #031D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D23; }
p { color: rgb(3,29,35); }
H1.HeaderClassName
{
color: #031D23;
}
.AnyTagClassName
{
color: #031D23;
}
</style>
background-color css
<style>
a { background-color: #031D23; }
a { background-color: rgb(3,29,35); }
div.DivClassName
{
background-color: #031D23;
}
.BgClassName
{
background-color: #031D23;
}
</style>
border-color css
<style>
span { border-color: #031D23; }
span { border-color: rgb(3,29,35); }
td.TdClassName
{
border-color: #031D23;
}
.TagClassName
{
border-color: #031D23;
}
</style>