Html Css Color HEX #073131 Nordic

📋 copy color: '#073131'

red 7 ◦ green 49 ◦ blue 49

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

Shades of Nordic #073131

Tints of Nordic #073131

RGB

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

 GREEN value IS 49 (19.53% from 255) = 46.67%

 BLUE value IS 49 (19.53% from 255) = 46.67%

R = 6.67%
G = 46.67%
B = 46.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#073131 (or 0x073131) is known color: Nordic. HEX triplet: 07, 31 and 31. RGB value is (7,49,49). Sum of RGB (Red+Green+Blue) = 7+49+49=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #073131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073131 is #F8CECE. Grayscale: #242424. Windows color (decimal): -16305871 or 3223815. OLE color: 3223815.

HSL color Cylindrical-coordinate representation of color #073131: hue angle of 180º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073131 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 49 49 -
CMYK 0.86 0 0 0.81
HSL 180º 0.75% 0.11% -
HSV(B) 180º 0.86% 0.19% -
XYZ 1.74 2.46 3.29 -
YUV 36.44 135.09 107 -
System Red Green Blue C M Y K H S L
Decimal 7 49 49 0.86 0 0 0.81 180 0.75 0.11
Hex 7 31 31 56 0 0 51 B4 4B B
Octal 7 61 61 126 0 0 121 264 113 13
Binary 111 110001 110001 1010110 0 0 1010001 10110100 1001011 1011

Color Harmonies of #073131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073131

Black with #073131

Text Example


Text Example

White with #073131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073131; }

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

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

background-color css

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

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

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

border-color css

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

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

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