Shades of Nordic #18363B
Tints of Nordic #18363B
RGB
CMYK
RGB Variations
Color information
#18363B (or 0x18363B) is known color: Nordic. HEX triplet: 18, 36 and 3B. RGB value is (24,54,59). Sum of RGB (Red+Green+Blue) = 24+54+59=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 59 - color contains mainly: blue. Hex color #18363B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18363B is #E7C9C4. Grayscale: #2D2D2D. Windows color (decimal): -15190469 or 3880472. OLE color: 3880472.
HSL color Cylindrical-coordinate representation of color #18363B: hue angle of 188.57º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18363B is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 24 | 54 | 59 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.77 |
| HSL | 188.57º | 0.42% | 0.16% | - |
| HSV(B) | 188.57º | 0.59% | 0.23% | - |
| XYZ | 2.49 | 3.15 | 4.61 | - |
| YUV | 45.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 59 | 0.59 | 0.08 | 0 | 0.77 | 188.57 | 0.42 | 0.16 |
| Hex | 18 | 36 | 3B | 3B | 8 | 0 | 4D | BD | 2A | 10 |
| Octal | 30 | 66 | 73 | 73 | 10 | 0 | 115 | 275 | 52 | 20 |
| Binary | 11000 | 110110 | 111011 | 111011 | 1000 | 0 | 1001101 | 10111101 | 101010 | 10000 |
Color Harmonies of #18363B
Complementary color
Monochromatic Colors of #18363B
Black with #18363B
Text Example
Text Example
White with #18363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18363B; }
p { color: rgb(24,54,59); }
H1.HeaderClassName
{
color: #18363B;
}
.AnyTagClassName
{
color: #18363B;
}
</style>
background-color css
<style>
a { background-color: #18363B; }
a { background-color: rgb(24,54,59); }
div.DivClassName
{
background-color: #18363B;
}
.BgClassName
{
background-color: #18363B;
}
</style>
border-color css
<style>
span { border-color: #18363B; }
span { border-color: rgb(24,54,59); }
td.TdClassName
{
border-color: #18363B;
}
.TagClassName
{
border-color: #18363B;
}
</style>