Shades of Nordic #273F41
Tints of Nordic #273F41
RGB
CMYK
RGB Variations
Color information
#273F41 (or 0x273F41) is known color: Nordic. HEX triplet: 27, 3F and 41. RGB value is (39,63,65). Sum of RGB (Red+Green+Blue) = 39+63+65=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 65 - color contains mainly: blue. Hex color #273F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273F41 is #D8C0BE. Grayscale: #383838. Windows color (decimal): -14205119 or 4276007. OLE color: 4276007.
HSL color Cylindrical-coordinate representation of color #273F41: hue angle of 184.62º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #273F41 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 63 | 65 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.75 |
| HSL | 184.62º | 0.25% | 0.2% | - |
| HSV(B) | 184.62º | 0.4% | 0.25% | - |
| XYZ | 3.57 | 4.37 | 5.66 | - |
| YUV | 56.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 65 | 0.40 | 0.03 | 0 | 0.75 | 184.62 | 0.25 | 0.2 |
| Hex | 27 | 3F | 41 | 28 | 3 | 0 | 4B | B9 | 19 | 14 |
| Octal | 47 | 77 | 101 | 50 | 3 | 0 | 113 | 271 | 31 | 24 |
| Binary | 100111 | 111111 | 1000001 | 101000 | 11 | 0 | 1001011 | 10111001 | 11001 | 10100 |
Color Harmonies of #273F41
Complementary color
Monochromatic Colors of #273F41
Black with #273F41
Text Example
Text Example
White with #273F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F41; }
p { color: rgb(39,63,65); }
H1.HeaderClassName
{
color: #273F41;
}
.AnyTagClassName
{
color: #273F41;
}
</style>
background-color css
<style>
a { background-color: #273F41; }
a { background-color: rgb(39,63,65); }
div.DivClassName
{
background-color: #273F41;
}
.BgClassName
{
background-color: #273F41;
}
</style>
border-color css
<style>
span { border-color: #273F41; }
span { border-color: rgb(39,63,65); }
td.TdClassName
{
border-color: #273F41;
}
.TagClassName
{
border-color: #273F41;
}
</style>