Shades of Nordic #073335
Tints of Nordic #073335
RGB
CMYK
RGB Variations
Color information
#073335 (or 0x073335) is known color: Nordic. HEX triplet: 07, 33 and 35. RGB value is (7,51,53). Sum of RGB (Red+Green+Blue) = 7+51+53=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 53 - color contains mainly: blue. Hex color #073335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073335 is #F8CCCA. Grayscale: #262626. Windows color (decimal): -16305355 or 3486471. OLE color: 3486471.
HSL color Cylindrical-coordinate representation of color #073335: hue angle of 182.61º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073335 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 51 | 53 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.79 |
| HSL | 182.61º | 0.77% | 0.12% | - |
| HSV(B) | 182.61º | 0.87% | 0.21% | - |
| XYZ | 1.91 | 2.67 | 3.78 | - |
| YUV | 38.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 53 | 0.87 | 0.04 | 0 | 0.79 | 182.61 | 0.77 | 0.12 |
| Hex | 7 | 33 | 35 | 57 | 4 | 0 | 4F | B7 | 4D | C |
| Octal | 7 | 63 | 65 | 127 | 4 | 0 | 117 | 267 | 115 | 14 |
| Binary | 111 | 110011 | 110101 | 1010111 | 100 | 0 | 1001111 | 10110111 | 1001101 | 1100 |
Color Harmonies of #073335
Complementary color
Monochromatic Colors of #073335
Black with #073335
Text Example
Text Example
White with #073335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073335; }
p { color: rgb(7,51,53); }
H1.HeaderClassName
{
color: #073335;
}
.AnyTagClassName
{
color: #073335;
}
</style>
background-color css
<style>
a { background-color: #073335; }
a { background-color: rgb(7,51,53); }
div.DivClassName
{
background-color: #073335;
}
.BgClassName
{
background-color: #073335;
}
</style>
border-color css
<style>
span { border-color: #073335; }
span { border-color: rgb(7,51,53); }
td.TdClassName
{
border-color: #073335;
}
.TagClassName
{
border-color: #073335;
}
</style>