#083131

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

Shades of Nordic #083131

Tints of Nordic #083131

Color information

#083131 (or 0x083131) is unknown color: approx Nordic. HEX triplet: 08, 31 and 31. RGB value is (8,49,49). Sum of RGB (Red+Green+Blue) = 8+49+49=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #083131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083131 is #F7CECE. Grayscale: #242424. Windows color (decimal): -16240335 or 3223816. OLE color: 3223816.

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

Color convert

RGB84949-
CMYK0.84000.81
HSL180º71.93%11.18%-
HSV(B)180º83.67%19.22%-
XYZ1.752.473.29-
YUV36.74134.92107.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal849490.84000.8118071.9311.18
Hex83131540051b448b
Octal1061611240012126411013
Binary100011000111000110101000010100011011010010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083131; }

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

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

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

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

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

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

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

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