Shades of Celtic #253B31
Tints of Celtic #253B31
RGB
CMYK
RGB Variations
Color information
#253B31 (or 0x253B31) is known color: Celtic. HEX triplet: 25, 3B and 31. RGB value is (37,59,49). Sum of RGB (Red+Green+Blue) = 37+59+49=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 59 - color contains mainly: green. Hex color #253B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253B31 is #DAC4CE. Grayscale: #333333. Windows color (decimal): -14337231 or 3226405. OLE color: 3226405.
HSL color Cylindrical-coordinate representation of color #253B31: hue angle of 152.73º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #253B31 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 59 | 49 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.77 |
| HSL | 152.73º | 0.23% | 0.19% | - |
| HSV(B) | 152.73º | 0.37% | 0.23% | - |
| XYZ | 2.88 | 3.74 | 3.48 | - |
| YUV | 51.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 49 | 0.37 | 0 | 0.17 | 0.77 | 152.73 | 0.23 | 0.19 |
| Hex | 25 | 3B | 31 | 25 | 0 | 11 | 4D | 99 | 17 | 13 |
| Octal | 45 | 73 | 61 | 45 | 0 | 21 | 115 | 231 | 27 | 23 |
| Binary | 100101 | 111011 | 110001 | 100101 | 0 | 10001 | 1001101 | 10011001 | 10111 | 10011 |
Color Harmonies of #253B31
Complementary color
Monochromatic Colors of #253B31
Black with #253B31
Text Example
Text Example
White with #253B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253B31; }
p { color: rgb(37,59,49); }
H1.HeaderClassName
{
color: #253B31;
}
.AnyTagClassName
{
color: #253B31;
}
</style>
background-color css
<style>
a { background-color: #253B31; }
a { background-color: rgb(37,59,49); }
div.DivClassName
{
background-color: #253B31;
}
.BgClassName
{
background-color: #253B31;
}
</style>
border-color css
<style>
span { border-color: #253B31; }
span { border-color: rgb(37,59,49); }
td.TdClassName
{
border-color: #253B31;
}
.TagClassName
{
border-color: #253B31;
}
</style>