#073033

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

Shades of Nordic #073033

Tints of Nordic #073033

Color information

#073033 (or 0x073033) is unknown color: approx Nordic. HEX triplet: 07, 30 and 33. RGB value is (7,48,51). Sum of RGB (Red+Green+Blue) = 7+48+51=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 51 (20.31% from 255 or 48.11% from 106); Max value from RGB is 51 - color contains mainly: blue. Hex color #073033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073033 is #F8CFCC. Grayscale: #242424. Windows color (decimal): -16306125 or 3354631. OLE color: 3354631.

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

Color convert

RGB74851-
CMYK0.860.0600.8
HSL184.09º75.86%11.37%-
HSV(B)184.09º86.27%20%-
XYZ1.742.43.5-
YUV36.08136.42107.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 51 (20.31% from 255) = 48.11%
R=6.60%
G=45.28%
B=48.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal748510.860.0600.8184.0975.8611.37
Hex73033566050b84cb
Octal760631266012027011413
Binary1111100001100111010110110010100001011100010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073033; }

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

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

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

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

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

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

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

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