#073032

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

Shades of Nordic #073032

Tints of Nordic #073032

Color information

#073032 (or 0x073032) is unknown color: approx Nordic. HEX triplet: 07, 30 and 32. RGB value is (7,48,50). Sum of RGB (Red+Green+Blue) = 7+48+50=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 50 - color contains mainly: blue. Hex color #073032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073032 is #F8CFCD. Grayscale: #232323. Windows color (decimal): -16306126 or 3289095. OLE color: 3289095.

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

Color convert

RGB74850-
CMYK0.860.0400.80
HSL182.79º75.44%11.18%-
HSV(B)182.79º86%19.61%-
XYZ1.722.393.39-
YUV35.97135.92107.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 50 (19.92% from 255) = 47.62%
R=6.67%
G=45.71%
B=47.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal748500.860.0400.80182.7975.4411.18
Hex73032564050b74bb
Octal760621264012026711313
Binary1111100001100101010110100010100001011011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073032; }

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

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

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

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

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

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

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

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