#083133

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

Shades of Nordic #083133

Tints of Nordic #083133

Color information

#083133 (or 0x083133) is unknown color: approx Nordic. HEX triplet: 08, 31 and 33. RGB value is (8,49,51). Sum of RGB (Red+Green+Blue) = 8+49+51=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 51 - color contains mainly: blue. Hex color #083133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083133 is #F7CECC. Grayscale: #242424. Windows color (decimal): -16240333 or 3354888. OLE color: 3354888.

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

Color convert

RGB84951-
CMYK0.840.0400.8
HSL182.79º72.88%11.57%-
HSV(B)182.79º84.31%20%-
XYZ1.82.493.52-
YUV36.97135.92107.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 51 (20.31% from 255) = 47.22%
R=7.41%
G=45.37%
B=47.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal849510.840.0400.8182.7972.8811.57
Hex83133544050b749c
Octal1061631244012026711114
Binary10001100011100111010100100010100001011011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083133; }

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

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

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

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

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

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

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

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