#073331

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

Shades of Nordic #073331

Tints of Nordic #073331

Color information

#073331 (or 0x073331) is unknown color: approx Nordic. HEX triplet: 07, 33 and 31. RGB value is (7,51,49). Sum of RGB (Red+Green+Blue) = 7+51+49=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #073331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073331 is #F8CCCE. Grayscale: #252525. Windows color (decimal): -16305359 or 3224327. OLE color: 3224327.

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

Color convert

RGB75149-
CMYK0.8600.040.8
HSL177.27º75.86%11.37%-
HSV(B)177.27º86.27%20%-
XYZ1.832.633.32-
YUV37.62134.42106.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 51 (20.31% from 255) = 47.66%
BLUE value IS 49 (19.53% from 255) = 45.79%
R=6.54%
G=47.66%
B=45.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal751490.8600.040.8177.2775.8611.37
Hex73331560450b14cb
Octal763611260412026111413
Binary1111100111100011010110010010100001011000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073331; }

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

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

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

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

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

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

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

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