Shades of Nordic #253D3D
Tints of Nordic #253D3D
RGB
CMYK
RGB Variations
Color information
#253D3D (or 0x253D3D) is known color: Nordic. HEX triplet: 25, 3D and 3D. RGB value is (37,61,61). Sum of RGB (Red+Green+Blue) = 37+61+61=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 61 - color contains mainly: green, blue. Hex color #253D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D3D is #DAC2C2. Grayscale: #353535. Windows color (decimal): -14336707 or 4013349. OLE color: 4013349.
HSL color Cylindrical-coordinate representation of color #253D3D: hue angle of 180º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #253D3D is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 61 | 61 | - |
| CMYK | 0.39 | 0 | 0 | 0.76 |
| HSL | 180º | 0.24% | 0.19% | - |
| HSV(B) | 180º | 0.39% | 0.24% | - |
| XYZ | 3.27 | 4.07 | 5.03 | - |
| YUV | 53.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 61 | 0.39 | 0 | 0 | 0.76 | 180 | 0.24 | 0.19 |
| Hex | 25 | 3D | 3D | 27 | 0 | 0 | 4C | B4 | 18 | 13 |
| Octal | 45 | 75 | 75 | 47 | 0 | 0 | 114 | 264 | 30 | 23 |
| Binary | 100101 | 111101 | 111101 | 100111 | 0 | 0 | 1001100 | 10110100 | 11000 | 10011 |
Color Harmonies of #253D3D
Complementary color
Monochromatic Colors of #253D3D
Black with #253D3D
Text Example
Text Example
White with #253D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D3D; }
p { color: rgb(37,61,61); }
H1.HeaderClassName
{
color: #253D3D;
}
.AnyTagClassName
{
color: #253D3D;
}
</style>
background-color css
<style>
a { background-color: #253D3D; }
a { background-color: rgb(37,61,61); }
div.DivClassName
{
background-color: #253D3D;
}
.BgClassName
{
background-color: #253D3D;
}
</style>
border-color css
<style>
span { border-color: #253D3D; }
span { border-color: rgb(37,61,61); }
td.TdClassName
{
border-color: #253D3D;
}
.TagClassName
{
border-color: #253D3D;
}
</style>