#073131

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

Shades of Nordic #073131

Tints of Nordic #073131

Color information

#073131 (or 0x073131) is unknown color: approx Nordic. HEX triplet: 07, 31 and 31. RGB value is (7,49,49). Sum of RGB (Red+Green+Blue) = 7+49+49=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #073131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073131 is #F8CECE. Grayscale: #242424. Windows color (decimal): -16305871 or 3223815. OLE color: 3223815.

HSL color Cylindrical-coordinate representation of color #073131: hue angle of 180º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073131 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB74949-
CMYK0.86000.81
HSL180º75%10.98%-
HSV(B)180º85.71%19.22%-
XYZ1.742.463.29-
YUV36.44135.09107-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 49 (19.53% from 255) = 46.67%
BLUE value IS 49 (19.53% from 255) = 46.67%
R=6.67%
G=46.67%
B=46.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal749490.86000.811807510.98
Hex73131560051b44bb
Octal761611260012126411313
Binary11111000111000110101100010100011011010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073131; }

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

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

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

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

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

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

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

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