Shades of Lucky Point #2C2F48
Tints of Lucky Point #2C2F48
RGB
CMYK
RGB Variations
Color information
#2C2F48 (or 0x2C2F48) is known color: Lucky Point. HEX triplet: 2C, 2F and 48. RGB value is (44,47,72). Sum of RGB (Red+Green+Blue) = 44+47+72=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C2F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2F48 is #D3D0B7. Grayscale: #303030. Windows color (decimal): -13881528 or 4730668. OLE color: 4730668.
HSL color Cylindrical-coordinate representation of color #2C2F48: hue angle of 233.57º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2C2F48 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 47 | 72 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.72 |
| HSL | 233.57º | 0.24% | 0.23% | - |
| HSV(B) | 233.57º | 0.39% | 0.28% | - |
| XYZ | 3.22 | 3.04 | 6.55 | - |
| YUV | 48.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 47 | 72 | 0.39 | 0.35 | 0 | 0.72 | 233.57 | 0.24 | 0.23 |
| Hex | 2C | 2F | 48 | 27 | 23 | 0 | 48 | EA | 18 | 17 |
| Octal | 54 | 57 | 110 | 47 | 43 | 0 | 110 | 352 | 30 | 27 |
| Binary | 101100 | 101111 | 1001000 | 100111 | 100011 | 0 | 1001000 | 11101010 | 11000 | 10111 |
Color Harmonies of #2C2F48
Complementary color
Monochromatic Colors of #2C2F48
Black with #2C2F48
Text Example
Text Example
White with #2C2F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2F48; }
p { color: rgb(44,47,72); }
H1.HeaderClassName
{
color: #2C2F48;
}
.AnyTagClassName
{
color: #2C2F48;
}
</style>
background-color css
<style>
a { background-color: #2C2F48; }
a { background-color: rgb(44,47,72); }
div.DivClassName
{
background-color: #2C2F48;
}
.BgClassName
{
background-color: #2C2F48;
}
</style>
border-color css
<style>
span { border-color: #2C2F48; }
span { border-color: rgb(44,47,72); }
td.TdClassName
{
border-color: #2C2F48;
}
.TagClassName
{
border-color: #2C2F48;
}
</style>