Shades of Nordic #233938
Tints of Nordic #233938
RGB
CMYK
RGB Variations
Color information
#233938 (or 0x233938) is known color: Nordic. HEX triplet: 23, 39 and 38. RGB value is (35,57,56). Sum of RGB (Red+Green+Blue) = 35+57+56=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 57 - color contains mainly: green. Hex color #233938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233938 is #DCC6C7. Grayscale: #323232. Windows color (decimal): -14468808 or 3684643. OLE color: 3684643.
HSL color Cylindrical-coordinate representation of color #233938: hue angle of 177.27º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #233938 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 57 | 56 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.78 |
| HSL | 177.27º | 0.24% | 0.18% | - |
| HSV(B) | 177.27º | 0.39% | 0.22% | - |
| XYZ | 2.87 | 3.57 | 4.28 | - |
| YUV | 50.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 56 | 0.39 | 0 | 0.02 | 0.78 | 177.27 | 0.24 | 0.18 |
| Hex | 23 | 39 | 38 | 27 | 0 | 2 | 4E | B1 | 18 | 12 |
| Octal | 43 | 71 | 70 | 47 | 0 | 2 | 116 | 261 | 30 | 22 |
| Binary | 100011 | 111001 | 111000 | 100111 | 0 | 10 | 1001110 | 10110001 | 11000 | 10010 |
Color Harmonies of #233938
Complementary color
Monochromatic Colors of #233938
Black with #233938
Text Example
Text Example
White with #233938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233938; }
p { color: rgb(35,57,56); }
H1.HeaderClassName
{
color: #233938;
}
.AnyTagClassName
{
color: #233938;
}
</style>
background-color css
<style>
a { background-color: #233938; }
a { background-color: rgb(35,57,56); }
div.DivClassName
{
background-color: #233938;
}
.BgClassName
{
background-color: #233938;
}
</style>
border-color css
<style>
span { border-color: #233938; }
span { border-color: rgb(35,57,56); }
td.TdClassName
{
border-color: #233938;
}
.TagClassName
{
border-color: #233938;
}
</style>