Shades of Lucky Point #1F2348
Tints of Lucky Point #1F2348
RGB
CMYK
RGB Variations
Color information
#1F2348 (or 0x1F2348) is known color: Lucky Point. HEX triplet: 1F, 23 and 48. RGB value is (31,35,72). Sum of RGB (Red+Green+Blue) = 31+35+72=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F2348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2348 is #E0DCB7. Grayscale: #252525. Windows color (decimal): -14736568 or 4727583. OLE color: 4727583.
HSL color Cylindrical-coordinate representation of color #1F2348: hue angle of 234.15º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F2348 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 35 | 72 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.72 |
| HSL | 234.15º | 0.4% | 0.2% | - |
| HSV(B) | 234.15º | 0.57% | 0.28% | - |
| XYZ | 2.34 | 1.96 | 6.39 | - |
| YUV | 38.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 72 | 0.57 | 0.51 | 0 | 0.72 | 234.15 | 0.4 | 0.2 |
| Hex | 1F | 23 | 48 | 39 | 33 | 0 | 48 | EA | 28 | 14 |
| Octal | 37 | 43 | 110 | 71 | 63 | 0 | 110 | 352 | 50 | 24 |
| Binary | 11111 | 100011 | 1001000 | 111001 | 110011 | 0 | 1001000 | 11101010 | 101000 | 10100 |
Color Harmonies of #1F2348
Complementary color
Monochromatic Colors of #1F2348
Black with #1F2348
Text Example
Text Example
White with #1F2348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2348; }
p { color: rgb(31,35,72); }
H1.HeaderClassName
{
color: #1F2348;
}
.AnyTagClassName
{
color: #1F2348;
}
</style>
background-color css
<style>
a { background-color: #1F2348; }
a { background-color: rgb(31,35,72); }
div.DivClassName
{
background-color: #1F2348;
}
.BgClassName
{
background-color: #1F2348;
}
</style>
border-color css
<style>
span { border-color: #1F2348; }
span { border-color: rgb(31,35,72); }
td.TdClassName
{
border-color: #1F2348;
}
.TagClassName
{
border-color: #1F2348;
}
</style>