Shades of Black Pearl #031A23
Tints of Black Pearl #031A23
RGB
CMYK
RGB Variations
Color information
#031A23 (or 0x031A23) is known color: Black Pearl. HEX triplet: 03, 1A and 23. RGB value is (3,26,35). Sum of RGB (Red+Green+Blue) = 3+26+35=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 26 (10.55% from 255 or 40.62% from 64); Blue value is 35 (14.06% from 255 or 54.69% from 64); Max value from RGB is 35 - color contains mainly: blue. Hex color #031A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A23 is #FCE5DC. Grayscale: #141414. Windows color (decimal): -16573917 or 2300419. OLE color: 2300419.
HSL color Cylindrical-coordinate representation of color #031A23: hue angle of 196.88º 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 #031A23 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 26 | 35 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.86 |
| HSL | 196.88º | 0.84% | 0.07% | - |
| HSV(B) | 196.88º | 0.91% | 0.14% | - |
| XYZ | 0.71 | 0.88 | 1.72 | - |
| YUV | 20.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 35 | 0.91 | 0.26 | 0 | 0.86 | 196.88 | 0.84 | 0.07 |
| Hex | 3 | 1A | 23 | 5B | 1A | 0 | 56 | C5 | 54 | 7 |
| Octal | 3 | 32 | 43 | 133 | 32 | 0 | 126 | 305 | 124 | 7 |
| Binary | 11 | 11010 | 100011 | 1011011 | 11010 | 0 | 1010110 | 11000101 | 1010100 | 111 |
Color Harmonies of #031A23
Complementary color
Monochromatic Colors of #031A23
Black with #031A23
Text Example
Text Example
White with #031A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A23; }
p { color: rgb(3,26,35); }
H1.HeaderClassName
{
color: #031A23;
}
.AnyTagClassName
{
color: #031A23;
}
</style>
background-color css
<style>
a { background-color: #031A23; }
a { background-color: rgb(3,26,35); }
div.DivClassName
{
background-color: #031A23;
}
.BgClassName
{
background-color: #031A23;
}
</style>
border-color css
<style>
span { border-color: #031A23; }
span { border-color: rgb(3,26,35); }
td.TdClassName
{
border-color: #031A23;
}
.TagClassName
{
border-color: #031A23;
}
</style>