#082B31

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

Shades of Nordic #082B31

Tints of Nordic #082B31

Color information

#082B31 (or 0x082B31) is unknown color: approx Nordic. HEX triplet: 08, 2B and 31. RGB value is (8,43,49). Sum of RGB (Red+Green+Blue) = 8+43+49=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #082B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B31 is #F7D4CE. Grayscale: #212121. Windows color (decimal): -16241871 or 3222280. OLE color: 3222280.

HSL color Cylindrical-coordinate representation of color #082B31: hue angle of 188.78º 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 #082B31 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB84349-
CMYK0.840.1200.81
HSL188.78º71.93%11.18%-
HSV(B)188.78º83.67%19.22%-
XYZ1.5223.21-
YUV33.22136.9110.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8%
GREEN value IS 43 (17.19% from 255) = 43%
BLUE value IS 49 (19.53% from 255) = 49%
R=8%
G=43%
B=49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal843490.840.1200.81188.7871.9311.18
Hex82B3154C051bd48b
Octal10536112414012127511013
Binary100010101111000110101001100010100011011110110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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