Html Css Color HEX #073332 Nordic

📋 copy color: '#073332'

red 7 ◦ green 51 ◦ blue 50

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

Shades of Nordic #073332

Tints of Nordic #073332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 46.3%

R = 6.48%
G = 47.22%
B = 46.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.8

RGB Variations

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

Color information

#073332 (or 0x073332) is known color: Nordic. HEX triplet: 07, 33 and 32. RGB value is (7,51,50). Sum of RGB (Red+Green+Blue) = 7+51+50=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #073332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073332 is #F8CCCD. Grayscale: #252525. Windows color (decimal): -16305358 or 3289863. OLE color: 3289863.

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

Color convert

RGB 7 51 50 -
CMYK 0.86 0 0.02 0.8
HSL 178.64º 0.76% 0.11% -
HSV(B) 178.64º 0.86% 0.2% -
XYZ 1.85 2.64 3.43 -
YUV 37.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 7 51 50 0.86 0 0.02 0.8 178.64 0.76 0.11
Hex 7 33 32 56 0 2 50 B3 4C B
Octal 7 63 62 126 0 2 120 263 114 13
Binary 111 110011 110010 1010110 0 10 1010000 10110011 1001100 1011

Color Harmonies of #073332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073332

Black with #073332

Text Example


Text Example

White with #073332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073332; }

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

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

background-color css

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

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

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

border-color css

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

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

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