Html Css Color HEX #073034 Nordic

📋 copy color: '#073034'

red 7 ◦ green 48 ◦ blue 52

#073034
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #073034

Tints of Nordic #073034

RGB

 RED value IS 7 (3.13% from 255) = 6.54%

 GREEN value IS 48 (19.14% from 255) = 44.86%

 BLUE value IS 52 (20.7% from 255) = 48.6%

R = 6.54%
G = 44.86%
B = 48.6%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#073034 (or 0x073034) is known color: Nordic. HEX triplet: 07, 30 and 34. RGB value is (7,48,52). Sum of RGB (Red+Green+Blue) = 7+48+52=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #073034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073034 is #F8CFCB. Grayscale: #242424. Windows color (decimal): -16306124 or 3420167. OLE color: 3420167.

HSL color Cylindrical-coordinate representation of color #073034: hue angle of 185.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073034 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 48 52 -
CMYK 0.87 0.08 0 0.80
HSL 185.33º 0.76% 0.12% -
HSV(B) 185.33º 0.87% 0.2% -
XYZ 1.76 2.41 3.62 -
YUV 36.2 136.92 107.17 -
System Red Green Blue C M Y K H S L
Decimal 7 48 52 0.87 0.08 0 0.80 185.33 0.76 0.12
Hex 7 30 34 57 8 0 50 B9 4C C
Octal 7 60 64 127 10 0 120 271 114 14
Binary 111 110000 110100 1010111 1000 0 1010000 10111001 1001100 1100

Color Harmonies of #073034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073034

Black with #073034

Text Example


Text Example

White with #073034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073034; }

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

 H1.HeaderClassName
 {
   color: #073034;
 }
 .AnyTagClassName
 {
   color: #073034;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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