Shades of Nordic #283B3B
Tints of Nordic #283B3B
RGB
CMYK
RGB Variations
Color information
#283B3B (or 0x283B3B) is known color: Nordic. HEX triplet: 28, 3B and 3B. RGB value is (40,59,59). Sum of RGB (Red+Green+Blue) = 40+59+59=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 59 - color contains mainly: green, blue. Hex color #283B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283B3B is #D7C4C4. Grayscale: #353535. Windows color (decimal): -14140613 or 3881768. OLE color: 3881768.
HSL color Cylindrical-coordinate representation of color #283B3B: hue angle of 180º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #283B3B is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 59 | 59 | - |
| CMYK | 0.32 | 0 | 0 | 0.77 |
| HSL | 180º | 0.19% | 0.19% | - |
| HSV(B) | 180º | 0.32% | 0.23% | - |
| XYZ | 3.23 | 3.89 | 4.72 | - |
| YUV | 53.32 | 131.21 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 59 | 0.32 | 0 | 0 | 0.77 | 180 | 0.19 | 0.19 |
| Hex | 28 | 3B | 3B | 20 | 0 | 0 | 4D | B4 | 13 | 13 |
| Octal | 50 | 73 | 73 | 40 | 0 | 0 | 115 | 264 | 23 | 23 |
| Binary | 101000 | 111011 | 111011 | 100000 | 0 | 0 | 1001101 | 10110100 | 10011 | 10011 |
Color Harmonies of #283B3B
Complementary color
Monochromatic Colors of #283B3B
Black with #283B3B
Text Example
Text Example
White with #283B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B3B; }
p { color: rgb(40,59,59); }
H1.HeaderClassName
{
color: #283B3B;
}
.AnyTagClassName
{
color: #283B3B;
}
</style>
background-color css
<style>
a { background-color: #283B3B; }
a { background-color: rgb(40,59,59); }
div.DivClassName
{
background-color: #283B3B;
}
.BgClassName
{
background-color: #283B3B;
}
</style>
border-color css
<style>
span { border-color: #283B3B; }
span { border-color: rgb(40,59,59); }
td.TdClassName
{
border-color: #283B3B;
}
.TagClassName
{
border-color: #283B3B;
}
</style>