Shades of Nordic #07333F
Tints of Nordic #07333F
RGB
CMYK
RGB Variations
Color information
#07333F (or 0x07333F) is known color: Nordic. HEX triplet: 07, 33 and 3F. RGB value is (7,51,63). Sum of RGB (Red+Green+Blue) = 7+51+63=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #07333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07333F is #F8CCC0. Grayscale: #272727. Windows color (decimal): -16305345 or 4141831. OLE color: 4141831.
HSL color Cylindrical-coordinate representation of color #07333F: hue angle of 192.86º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07333F is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 51 | 63 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.75 |
| HSL | 192.86º | 0.8% | 0.14% | - |
| HSV(B) | 192.86º | 0.89% | 0.25% | - |
| XYZ | 2.17 | 2.77 | 5.12 | - |
| YUV | 39.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 63 | 0.89 | 0.19 | 0 | 0.75 | 192.86 | 0.8 | 0.14 |
| Hex | 7 | 33 | 3F | 59 | 13 | 0 | 4B | C1 | 50 | E |
| Octal | 7 | 63 | 77 | 131 | 23 | 0 | 113 | 301 | 120 | 16 |
| Binary | 111 | 110011 | 111111 | 1011001 | 10011 | 0 | 1001011 | 11000001 | 1010000 | 1110 |
Color Harmonies of #07333F
Complementary color
Monochromatic Colors of #07333F
Black with #07333F
Text Example
Text Example
White with #07333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07333F; }
p { color: rgb(7,51,63); }
H1.HeaderClassName
{
color: #07333F;
}
.AnyTagClassName
{
color: #07333F;
}
</style>
background-color css
<style>
a { background-color: #07333F; }
a { background-color: rgb(7,51,63); }
div.DivClassName
{
background-color: #07333F;
}
.BgClassName
{
background-color: #07333F;
}
</style>
border-color css
<style>
span { border-color: #07333F; }
span { border-color: rgb(7,51,63); }
td.TdClassName
{
border-color: #07333F;
}
.TagClassName
{
border-color: #07333F;
}
</style>