Html Css Color HEX #073031 Nordic

📋 copy color: '#073031'

red 7 ◦ green 48 ◦ blue 49

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

Shades of Nordic #073031

Tints of Nordic #073031

RGB

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

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

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

R = 6.73%
G = 46.15%
B = 47.12%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#073031 (or 0x073031) is known color: Nordic. HEX triplet: 07, 30 and 31. RGB value is (7,48,49). Sum of RGB (Red+Green+Blue) = 7+48+49=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: blue. Hex color #073031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073031 is #F8CFCE. Grayscale: #232323. Windows color (decimal): -16306127 or 3223559. OLE color: 3223559.

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

Color convert

RGB 7 48 49 -
CMYK 0.86 0.02 0 0.81
HSL 181.43º 0.75% 0.11% -
HSV(B) 181.43º 0.86% 0.19% -
XYZ 1.7 2.38 3.28 -
YUV 35.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 7 48 49 0.86 0.02 0 0.81 181.43 0.75 0.11
Hex 7 30 31 56 2 0 51 B5 4B B
Octal 7 60 61 126 2 0 121 265 113 13
Binary 111 110000 110001 1010110 10 0 1010001 10110101 1001011 1011

Color Harmonies of #073031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073031

Black with #073031

Text Example


Text Example

White with #073031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073031; }

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

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

background-color css

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

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

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

border-color css

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

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

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