Html Css Color HEX #073336 Nordic

📋 copy color: '#073336'

red 7 ◦ green 51 ◦ blue 54

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

Shades of Nordic #073336

Tints of Nordic #073336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 45.54%

 BLUE value IS 54 (21.48% from 255) = 48.21%

R = 6.25%
G = 45.54%
B = 48.21%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#073336 (or 0x073336) is known color: Nordic. HEX triplet: 07, 33 and 36. RGB value is (7,51,54). Sum of RGB (Red+Green+Blue) = 7+51+54=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 54 (21.48% from 255 or 48.21% from 112); Max value from RGB is 54 - color contains mainly: blue. Hex color #073336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073336 is #F8CCC9. Grayscale: #262626. Windows color (decimal): -16305354 or 3552007. OLE color: 3552007.

HSL color Cylindrical-coordinate representation of color #073336: hue angle of 183.83º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073336 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 7 51 54 -
CMYK 0.87 0.06 0 0.79
HSL 183.83º 0.77% 0.12% -
HSV(B) 183.83º 0.87% 0.21% -
XYZ 1.94 2.68 3.91 -
YUV 38.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 7 51 54 0.87 0.06 0 0.79 183.83 0.77 0.12
Hex 7 33 36 57 6 0 4F B8 4D C
Octal 7 63 66 127 6 0 117 270 115 14
Binary 111 110011 110110 1010111 110 0 1001111 10111000 1001101 1100

Color Harmonies of #073336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073336

Black with #073336

Text Example


Text Example

White with #073336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073336; }

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

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

background-color css

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

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

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

border-color css

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

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

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