#073031

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

Shades of Nordic #073031

Tints of Nordic #073031

Color information

#073031 (or 0x073031) is unknown color: approx Nordic. HEX triplet: 07, 30 and 31. RGB value is (7,48,49). Sum of RGB (Red+Green+Blue) = 7+48+49=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: blue. Hex color #073031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073031 is #F8CFCE. Grayscale: #232323. Windows color (decimal): -16306127 or 3223559. OLE color: 3223559.

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

Color convert

RGB74849-
CMYK0.860.0200.81
HSL181.43º75%10.98%-
HSV(B)181.43º85.71%19.22%-
XYZ1.72.383.28-
YUV35.85135.42107.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.73%
GREEN value IS 48 (19.14% from 255) = 46.15%
BLUE value IS 49 (19.53% from 255) = 47.12%
R=6.73%
G=46.15%
B=47.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal748490.860.0200.81181.437510.98
Hex73031562051b54bb
Octal760611262012126511313
Binary111110000110001101011010010100011011010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073031; }

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

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

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

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

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

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

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

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