Shades of Black Pearl #031C1F
Tints of Black Pearl #031C1F
RGB
CMYK
RGB Variations
Color information
#031C1F (or 0x031C1F) is known color: Black Pearl. HEX triplet: 03, 1C and 1F. RGB value is (3,28,31). Sum of RGB (Red+Green+Blue) = 3+28+31=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 28 (11.33% from 255 or 45.16% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #031C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C1F is #FCE3E0. Grayscale: #141414. Windows color (decimal): -16573409 or 2038787. OLE color: 2038787.
HSL color Cylindrical-coordinate representation of color #031C1F: hue angle of 186.43º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031C1F is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 28 | 31 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.88 |
| HSL | 186.43º | 0.82% | 0.07% | - |
| HSV(B) | 186.43º | 0.9% | 0.12% | - |
| XYZ | 0.7 | 0.95 | 1.44 | - |
| YUV | 20.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 31 | 0.90 | 0.10 | 0 | 0.88 | 186.43 | 0.82 | 0.07 |
| Hex | 3 | 1C | 1F | 5A | A | 0 | 58 | BA | 52 | 7 |
| Octal | 3 | 34 | 37 | 132 | 12 | 0 | 130 | 272 | 122 | 7 |
| Binary | 11 | 11100 | 11111 | 1011010 | 1010 | 0 | 1011000 | 10111010 | 1010010 | 111 |
Color Harmonies of #031C1F
Complementary color
Monochromatic Colors of #031C1F
Black with #031C1F
Text Example
Text Example
White with #031C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C1F; }
p { color: rgb(3,28,31); }
H1.HeaderClassName
{
color: #031C1F;
}
.AnyTagClassName
{
color: #031C1F;
}
</style>
background-color css
<style>
a { background-color: #031C1F; }
a { background-color: rgb(3,28,31); }
div.DivClassName
{
background-color: #031C1F;
}
.BgClassName
{
background-color: #031C1F;
}
</style>
border-color css
<style>
span { border-color: #031C1F; }
span { border-color: rgb(3,28,31); }
td.TdClassName
{
border-color: #031C1F;
}
.TagClassName
{
border-color: #031C1F;
}
</style>