Shades of Black Pearl #031C2B
Tints of Black Pearl #031C2B
RGB
CMYK
RGB Variations
Color information
#031C2B (or 0x031C2B) is known color: Black Pearl. HEX triplet: 03, 1C and 2B. RGB value is (3,28,43). Sum of RGB (Red+Green+Blue) = 3+28+43=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 43 (17.19% from 255 or 58.11% from 74); Max value from RGB is 43 - color contains mainly: blue. Hex color #031C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C2B is #FCE3D4. Grayscale: #161616. Windows color (decimal): -16573397 or 2825219. OLE color: 2825219.
HSL color Cylindrical-coordinate representation of color #031C2B: hue angle of 202.5º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031C2B is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 28 | 43 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.83 |
| HSL | 202.5º | 0.87% | 0.09% | - |
| HSV(B) | 202.5º | 0.93% | 0.17% | - |
| XYZ | 0.89 | 1.02 | 2.44 | - |
| YUV | 22.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 43 | 0.93 | 0.35 | 0 | 0.83 | 202.5 | 0.87 | 0.09 |
| Hex | 3 | 1C | 2B | 5D | 23 | 0 | 53 | CA | 57 | 9 |
| Octal | 3 | 34 | 53 | 135 | 43 | 0 | 123 | 312 | 127 | 11 |
| Binary | 11 | 11100 | 101011 | 1011101 | 100011 | 0 | 1010011 | 11001010 | 1010111 | 1001 |
Color Harmonies of #031C2B
Complementary color
Monochromatic Colors of #031C2B
Black with #031C2B
Text Example
Text Example
White with #031C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C2B; }
p { color: rgb(3,28,43); }
H1.HeaderClassName
{
color: #031C2B;
}
.AnyTagClassName
{
color: #031C2B;
}
</style>
background-color css
<style>
a { background-color: #031C2B; }
a { background-color: rgb(3,28,43); }
div.DivClassName
{
background-color: #031C2B;
}
.BgClassName
{
background-color: #031C2B;
}
</style>
border-color css
<style>
span { border-color: #031C2B; }
span { border-color: rgb(3,28,43); }
td.TdClassName
{
border-color: #031C2B;
}
.TagClassName
{
border-color: #031C2B;
}
</style>