Shades of Nordic #13383C
Tints of Nordic #13383C
RGB
CMYK
RGB Variations
Color information
#13383C (or 0x13383C) is known color: Nordic. HEX triplet: 13, 38 and 3C. RGB value is (19,56,60). Sum of RGB (Red+Green+Blue) = 19+56+60=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 60 - color contains mainly: blue. Hex color #13383C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13383C is #ECC7C3. Grayscale: #2D2D2D. Windows color (decimal): -15517636 or 3946515. OLE color: 3946515.
HSL color Cylindrical-coordinate representation of color #13383C: hue angle of 185.85º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13383C is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 56 | 60 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.76 |
| HSL | 185.85º | 0.52% | 0.15% | - |
| HSV(B) | 185.85º | 0.68% | 0.24% | - |
| XYZ | 2.5 | 3.29 | 4.78 | - |
| YUV | 45.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 60 | 0.68 | 0.07 | 0 | 0.76 | 185.85 | 0.52 | 0.15 |
| Hex | 13 | 38 | 3C | 44 | 7 | 0 | 4C | BA | 34 | F |
| Octal | 23 | 70 | 74 | 104 | 7 | 0 | 114 | 272 | 64 | 17 |
| Binary | 10011 | 111000 | 111100 | 1000100 | 111 | 0 | 1001100 | 10111010 | 110100 | 1111 |
Color Harmonies of #13383C
Complementary color
Monochromatic Colors of #13383C
Black with #13383C
Text Example
Text Example
White with #13383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13383C; }
p { color: rgb(19,56,60); }
H1.HeaderClassName
{
color: #13383C;
}
.AnyTagClassName
{
color: #13383C;
}
</style>
background-color css
<style>
a { background-color: #13383C; }
a { background-color: rgb(19,56,60); }
div.DivClassName
{
background-color: #13383C;
}
.BgClassName
{
background-color: #13383C;
}
</style>
border-color css
<style>
span { border-color: #13383C; }
span { border-color: rgb(19,56,60); }
td.TdClassName
{
border-color: #13383C;
}
.TagClassName
{
border-color: #13383C;
}
</style>