Shades of Black Pearl #031C2D
Tints of Black Pearl #031C2D
RGB
CMYK
RGB Variations
Color information
#031C2D (or 0x031C2D) is known color: Black Pearl. HEX triplet: 03, 1C and 2D. RGB value is (3,28,45). Sum of RGB (Red+Green+Blue) = 3+28+45=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #031C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C2D is #FCE3D2. Grayscale: #161616. Windows color (decimal): -16573395 or 2956291. OLE color: 2956291.
HSL color Cylindrical-coordinate representation of color #031C2D: hue angle of 204.29º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031C2D is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 28 | 45 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.82 |
| HSL | 204.29º | 0.88% | 0.09% | - |
| HSV(B) | 204.29º | 0.93% | 0.18% | - |
| XYZ | 0.93 | 1.04 | 2.63 | - |
| YUV | 22.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 45 | 0.93 | 0.38 | 0 | 0.82 | 204.29 | 0.88 | 0.09 |
| Hex | 3 | 1C | 2D | 5D | 26 | 0 | 52 | CC | 58 | 9 |
| Octal | 3 | 34 | 55 | 135 | 46 | 0 | 122 | 314 | 130 | 11 |
| Binary | 11 | 11100 | 101101 | 1011101 | 100110 | 0 | 1010010 | 11001100 | 1011000 | 1001 |
Color Harmonies of #031C2D
Complementary color
Monochromatic Colors of #031C2D
Black with #031C2D
Text Example
Text Example
White with #031C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C2D; }
p { color: rgb(3,28,45); }
H1.HeaderClassName
{
color: #031C2D;
}
.AnyTagClassName
{
color: #031C2D;
}
</style>
background-color css
<style>
a { background-color: #031C2D; }
a { background-color: rgb(3,28,45); }
div.DivClassName
{
background-color: #031C2D;
}
.BgClassName
{
background-color: #031C2D;
}
</style>
border-color css
<style>
span { border-color: #031C2D; }
span { border-color: rgb(3,28,45); }
td.TdClassName
{
border-color: #031C2D;
}
.TagClassName
{
border-color: #031C2D;
}
</style>