#083032

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

Shades of Nordic #083032

Tints of Nordic #083032

Color information

#083032 (or 0x083032) is unknown color: approx Nordic. HEX triplet: 08, 30 and 32. RGB value is (8,48,50). Sum of RGB (Red+Green+Blue) = 8+48+50=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 50 - color contains mainly: blue. Hex color #083032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083032 is #F7CFCD. Grayscale: #242424. Windows color (decimal): -16240590 or 3289096. OLE color: 3289096.

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

Color convert

RGB84850-
CMYK0.840.0400.80
HSL182.86º72.41%11.37%-
HSV(B)182.86º84%19.61%-
XYZ1.732.43.39-
YUV36.27135.75107.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 50 (19.92% from 255) = 47.17%
R=7.55%
G=45.28%
B=47.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal848500.840.0400.80182.8672.4111.37
Hex83032544050b748b
Octal1060621244012026711013
Binary10001100001100101010100100010100001011011110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083032; }

 p { color: rgb(8,48,50); }

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

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

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

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

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

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

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