#082F31

Color #082F31 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #082F31

Tints of Nordic #082F31

Color information

#082F31 (or 0x082F31) is unknown color: approx Nordic. HEX triplet: 08, 2F and 31. RGB value is (8,47,49). Sum of RGB (Red+Green+Blue) = 8+47+49=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: blue. Hex color #082F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F31 is #F7D0CE. Grayscale: #232323. Windows color (decimal): -16240847 or 3223304. OLE color: 3223304.

HSL color Cylindrical-coordinate representation of color #082F31: hue angle of 182.93º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #082F31 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB84749-
CMYK0.840.0400.81
HSL182.93º71.93%11.18%-
HSV(B)182.93º83.67%19.22%-
XYZ1.672.313.26-
YUV35.57135.58108.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 47 (18.75% from 255) = 45.19%
BLUE value IS 49 (19.53% from 255) = 47.12%
R=7.69%
G=45.19%
B=47.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal847490.840.0400.81182.9371.9311.18
Hex82F31544051b748b
Octal1057611244012126711013
Binary10001011111100011010100100010100011011011110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082F31; }

 p { color: rgb(8,47,49); }

 H1.HeaderClassName
 {
   color: #082F31;
 }
 .AnyTagClassName
 {
   color: #082F31;
 }
</style>
background-color css

<style>
 a { background-color: #082F31; }

 a { background-color: rgb(8,47,49); }

 div.DivClassName
 {
   background-color: #082F31;
 }
 .BgClassName
 {
   background-color: #082F31;
 }
</style>
border-color css

<style>
 span { border-color: #082F31; }

 span { border-color: rgb(8,47,49); }

 td.TdClassName
 {
   border-color: #082F31;
 }
 .TagClassName
 {
   border-color: #082F31;
 }
</style>