#083332

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

Shades of Nordic #083332

Tints of Nordic #083332

Color information

#083332 (or 0x083332) is unknown color: approx Nordic. HEX triplet: 08, 33 and 32. RGB value is (8,51,50). Sum of RGB (Red+Green+Blue) = 8+51+50=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #083332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083332 is #F7CCCD. Grayscale: #252525. Windows color (decimal): -16239822 or 3289864. OLE color: 3289864.

HSL color Cylindrical-coordinate representation of color #083332: hue angle of 178.6º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083332 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.

Color convert

RGB85150-
CMYK0.8400.020.8
HSL178.6º72.88%11.57%-
HSV(B)178.6º84.31%20%-
XYZ1.862.653.43-
YUV38.03134.75106.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.34%
GREEN value IS 51 (20.31% from 255) = 46.79%
BLUE value IS 50 (19.92% from 255) = 45.87%
R=7.34%
G=46.79%
B=45.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal851500.8400.020.8178.672.8811.57
Hex83332540250b349c
Octal1063621240212026311114
Binary1000110011110010101010001010100001011001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083332; }

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

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

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

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

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

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

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

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