Html Css Color HEX #073231 Nordic

📋 copy color: '#073231'

red 7 ◦ green 50 ◦ blue 49

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

Shades of Nordic #073231

Tints of Nordic #073231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 47.17%

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

R = 6.6%
G = 47.17%
B = 46.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#073231 (or 0x073231) is known color: Nordic. HEX triplet: 07, 32 and 31. RGB value is (7,50,49). Sum of RGB (Red+Green+Blue) = 7+50+49=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #073231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073231 is #F8CDCE. Grayscale: #242424. Windows color (decimal): -16305615 or 3224071. OLE color: 3224071.

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

Color convert

RGB 7 50 49 -
CMYK 0.86 0 0.02 0.80
HSL 178.6º 0.75% 0.11% -
HSV(B) 178.6º 0.86% 0.2% -
XYZ 1.78 2.55 3.3 -
YUV 37.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 7 50 49 0.86 0 0.02 0.80 178.6 0.75 0.11
Hex 7 32 31 56 0 2 50 B3 4B B
Octal 7 62 61 126 0 2 120 263 113 13
Binary 111 110010 110001 1010110 0 10 1010000 10110011 1001011 1011

Color Harmonies of #073231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073231

Black with #073231

Text Example


Text Example

White with #073231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073231; }

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

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

background-color css

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

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

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

border-color css

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

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

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