#083130

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

Shades of Nordic #083130

Tints of Nordic #083130

Color information

#083130 (or 0x083130) is unknown color: approx Nordic. HEX triplet: 08, 31 and 30. RGB value is (8,49,48). Sum of RGB (Red+Green+Blue) = 8+49+48=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #083130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083130 is #F7CECF. Grayscale: #242424. Windows color (decimal): -16240336 or 3158280. OLE color: 3158280.

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

Color convert

RGB84948-
CMYK0.8400.020.81
HSL178.54º71.93%11.18%-
HSV(B)178.54º83.67%19.22%-
XYZ1.732.463.18-
YUV36.63134.42107.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.62%
GREEN value IS 49 (19.53% from 255) = 46.67%
BLUE value IS 48 (19.14% from 255) = 45.71%
R=7.62%
G=46.67%
B=45.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal849480.8400.020.81178.5471.9311.18
Hex83130540251b348b
Octal1061601240212126311013
Binary1000110001110000101010001010100011011001110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083130; }

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

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

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

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

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

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

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

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