Shades of Nordic #083234
Tints of Nordic #083234
RGB
CMYK
RGB Variations
Color information
#083234 (or 0x083234) is known color: Nordic. HEX triplet: 08, 32 and 34. RGB value is (8,50,52). Sum of RGB (Red+Green+Blue) = 8+50+52=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 52 - color contains mainly: blue. Hex color #083234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083234 is #F7CDCB. Grayscale: #252525. Windows color (decimal): -16240076 or 3420680. OLE color: 3420680.
HSL color Cylindrical-coordinate representation of color #083234: hue angle of 182.73º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083234 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 50 | 52 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.80 |
| HSL | 182.73º | 0.73% | 0.12% | - |
| HSV(B) | 182.73º | 0.85% | 0.2% | - |
| XYZ | 1.86 | 2.58 | 3.65 | - |
| YUV | 37.67 | 136.09 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 52 | 0.85 | 0.04 | 0 | 0.80 | 182.73 | 0.73 | 0.12 |
| Hex | 8 | 32 | 34 | 55 | 4 | 0 | 50 | B7 | 49 | C |
| Octal | 10 | 62 | 64 | 125 | 4 | 0 | 120 | 267 | 111 | 14 |
| Binary | 1000 | 110010 | 110100 | 1010101 | 100 | 0 | 1010000 | 10110111 | 1001001 | 1100 |
Color Harmonies of #083234
Complementary color
Monochromatic Colors of #083234
Black with #083234
Text Example
Text Example
White with #083234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083234; }
p { color: rgb(8,50,52); }
H1.HeaderClassName
{
color: #083234;
}
.AnyTagClassName
{
color: #083234;
}
</style>
background-color css
<style>
a { background-color: #083234; }
a { background-color: rgb(8,50,52); }
div.DivClassName
{
background-color: #083234;
}
.BgClassName
{
background-color: #083234;
}
</style>
border-color css
<style>
span { border-color: #083234; }
span { border-color: rgb(8,50,52); }
td.TdClassName
{
border-color: #083234;
}
.TagClassName
{
border-color: #083234;
}
</style>